$errstr
Unauthorized access !!!
"); } /* just change the not found error output */ // function not_found($errno, $errstr, $errfile, $errline) // { // return html("".$errstr."
I'm not here...
"); // } /* just change the server error output */ // function server_error($errno, $errstr, $errfile, $errline) // { // return "[".error_type($errno)."] $errstr ". // "(in $errfile line $errline)
"; // } // error(E_LIM_HTTP, 'my_other_http_status_handler'); // only http errors // function my_other_http_status_handler($errno, $errstr, $errfile, $errline) // { // status($errno); // return http_response_status($errno). " - $errstr "; // } // error(array(E_USER_ERROR, E_USER_WARNING, E_USER_NOTICE), 'my_php_error_handler'); // function my_php_error_handler($errno, $errstr, $errfile, $errline) // { // // } // // error(E_LIM_PHP, 'error_default_handler'); // all other php errors run(); # HTML Layouts and templates function html_my_layout($vars){ extract($vars);?>Home | everything is going wrong | Welcome ! | Welcome Bill ? | Welcome Leland ? | Welcome Bob ? | Welcome David ? | Welcome Audrey ? |
};