Changeset 7011
- Timestamp:
- 11/18/08 16:55:45 (7 weeks ago)
- Location:
- trunk/library
- Files:
-
- 2 modified
-
context.php (modified) (1 diff)
-
include.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/library/context.php
r7010 r7011 96 96 //echo "<br />\n"; 97 97 98 // TODO: Parse $_GET, $_POST, and etc. 98 // TODO: Parse $_GET, $_POST, and etc./ 99 99 if(isset($accessInfo['URLfragment'][0]) && $accessInfo['URLfragment'][0] == 'owner') $this->mode = 'owner'; 100 100 else $this->mode = 'blog'; -
trunk/library/include.php
r7010 r7011 43 43 $__coreLibrary = array( 44 44 'environment/Needlworks.PHP.UnifiedEnvironment', 45 //'environment/Needlworks.PHP.Core',45 //'environment/Needlworks.PHP.Core', 46 46 'environment/Locale', 47 47 'data/Core',
