Changeset 101
- Timestamp:
- 01/18/07 14:55:45 (2 years ago)
- Files:
-
- trunk/docroot/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docroot/index.php
r50 r101 1 1 <?php 2 2 require '../config/php/config.php'; 3 require '../src/main/php/ stubClassLoader.php';4 stubClassLoader::load(' websites.PageFactory',5 ' helper.stubRegistryFactory',6 ' helper.stubXJConfLoader'3 require '../src/main/php/net/stubbles/stubClassLoader.php'; 4 stubClassLoader::load('net.stubbles.websites.PageFactory', 5 'net.stubbles.helper.stubRegistryFactory', 6 'net.stubbles.helper.stubXJConfLoader' 7 7 ); 8 8 class Bootstrap
