Changeset 2854
- Timestamp:
- 11/24/08 02:08:08 (7 weeks ago)
- Files:
-
- 1 modified
-
makaanga/0.x/htdocs/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
makaanga/0.x/htdocs/index.php
r2851 r2854 43 43 // as well as the ability to dynamically change HTTP headers after output has started. 44 44 ob_start(); 45 46 // Replace all of the $_GET, $_POST and $_SERVER superglobals with object47 // representations of each. Unset $_REQUEST, which is evil.48 // $_COOKIE must be set after sessions start49 SuperGlobal::process_gps();50 45 51 46 /** … … 214 209 Session::init(); 215 210 216 // Replace the $_COOKIE superglobal with an object representation217 SuperGlobal::process_c();218 219 211 // Initiating request handling, tell the plugins. 220 212 Plugins::act('init');
