diff -r be6cfe79128c -r 73abd46f5148 includes/common_cli.php --- a/includes/common_cli.php Fri Aug 21 20:30:52 2009 -0400 +++ b/includes/common_cli.php Fri Aug 21 20:37:18 2009 -0400 @@ -180,16 +180,6 @@ profiler_log('Finished base_classes_initted hook'); - // For special and administration pages, sometimes there is a "preloader" function that must be run - // before the session manager and/or path manager get the init signal. Call it here. - $p = RenderMan::strToPageId($paths->get_pageid_from_url()); - if( ( $p[1] == 'Admin' || $p[1] == 'Special' ) && function_exists('page_'.$p[1].'_'.$p[0].'_preloader')) - { - call_user_func('page_'.$p[1].'_'.$p[0].'_preloader'); - } - - profiler_log('Checked for preloader'); - // One quick security check... if ( isset($_SERVER['REMOTE_ADDR']) ) {