00001 <?php
00002
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['security'] = true;
00007 if(!include_once(ZIGROOT.DRS.Z_DIR_SEC.DRS.'sec.php')){
00008 perror('CRITICAL ERROR: <BR />Can not include encryption classes');
00009 }
00010
00011 ${Z_IN_CRYPT_VAR_NAME} = new zCryptObj();
00012 if(!include_once(ZIGROOT.DRS.Z_DIR_INCLUDE.DRS.'sec_func.php')){
00013 perror('CRITICAL ERROR: <BR />Can not include encryption Functions');
00014 }
00015 ?>