00001 <?php 00002 //Include the Session Handler 00003 if(!isset($init['error']) || !$init['error']){ 00004 echo "\n\n<br />error reporter has not been initiliazed But all the Packages depends on It Plese fix this Problem else Zigmoyd cant Show Errors Properly<br />\n"; 00005 } 00006 $init['session'] = true; 00007 //session_save_path('/var/lib/php5');//This line is for Debugging Purpouse only 00008 if(!include_once(ZIGROOT.DRS.Z_DIR_INCLUDE.DRS.'session_handler.php')){//start_session(), session_started(), session_get(), session_put() functions 00009 perror("CRITICAL ERROR: <BR />Can not include session handler"); 00010 } 00011 ?>