--- mambo-4.5.2-orig/index2.php Wed Feb 9 22:12:35 2005 +++ mambo-4.5.2/index2.php Fri Apr 29 20:07:01 2005 @@ -30,6 +30,8 @@ $do_pdf = intval( mosGetParam( $_REQUEST, 'do_pdf', 0 ) ); // mainframe is an API workhorse, lots of 'core' interaction routines +$acl = new gacl_api(); + $mainframe = new mosMainFrame( $database, $option, '.' ); $mainframe->initSession(); @@ -56,8 +58,6 @@ exit(); } -$acl = new gacl_api(); - // get the information about the current user from the sessions table $my = $mainframe->getUser();