Changeset 2854 for makaanga

Show
Ignore:
Timestamp:
11/24/08 02:08:08 (7 weeks ago)
Author:
ringmaster
Message:

Reverting accidental commit to wrong branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • makaanga/0.x/htdocs/index.php

    r2851 r2854  
    4343// as well as the ability to dynamically change HTTP headers after output has started. 
    4444ob_start(); 
    45  
    46 // Replace all of the $_GET, $_POST and $_SERVER superglobals with object 
    47 // representations of each.  Unset $_REQUEST, which is evil. 
    48 // $_COOKIE must be set after sessions start 
    49 SuperGlobal::process_gps(); 
    5045 
    5146/** 
     
    214209Session::init(); 
    215210 
    216 // Replace the $_COOKIE superglobal with an object representation 
    217 SuperGlobal::process_c(); 
    218  
    219211// Initiating request handling, tell the plugins. 
    220212Plugins::act('init');