This commit is contained in:
2007-12-15 02:19:09 +00:00
commit 66ca16f8b0
24 changed files with 1199 additions and 0 deletions

15
page-sources/error.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
/*
*
*
*/
// Hide this page from the users history in the session
$_session->history_drop_request();
// Display the error message, and redirect
$_template['title'] = "Errawr";
$_template['messages'][] = $_meta['error-message'];
$_template['redirect-to'] = $_session->history_get(0); // Top of the list now
?>