00001 <?php
00002
00003 $init['error'] = true;
00004 if(!include_once(ZIGROOT.DRS.Z_DIR_ERR.DRS.'err.php')){
00005 echo "\n\n<br /><br />Failed to Include the error Handler<br /><br />\n\n";
00006 if(!function_exists('perror')){
00007 function perror(){
00008 $list_args = func_get_args();
00009 echo "\n<br /><font color='red'><b>\nZIGMOYD ERROR<\n/b> : \n\t".$list_args[0]."\n</font>\n";
00010 }
00011 }
00012 }
00013 ?>