Changeset 2071 in ExiteCMS for trunk/includes/core_functions.php


Ignore:
Timestamp:
11/26/08 16:24:46 (3 years ago)
Author:
WanWizard
Message:

optimized the member selection code in the administrators admin module
modified the layout in the administrators admin module
added new common themes as svn:externals
fixed issue with permature expiring of session cookies
disabled wikilink parsing in user signatures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/core_functions.php

    r2028 r2071  
    2121// disable error reporting, we don't want to give anything away 
    2222error_reporting(E_USER_ERROR); 
     23 
     24// make sure we have enough memory to work with (independent of the php.ini setting) 
     25ini_set('memory_limit', '32M'); 
    2326 
    2427// check the environment to see if we can run 
Note: See TracChangeset for help on using the changeset viewer.