View Log"; } $Description = "You just tried to go to a page that doesn't really exist.".$LogLink; break; case '0': $Title = "Invalid Input"; $Description = "Something was wrong with the input provided with your request and the server is refusing to fulfill it."; notify(STATUS_CHAN,'PHP-0'); break; case '-1': $Title = "Invalid request"; $Description = "Something was wrong with your request and the server is refusing to fulfill it."; break; default: if(!empty($Error)) { $Title = 'Error'; $Description = $Error; } else { $Title = "Unexpected Error"; $Description = "You have encountered an unexpected error."; } } if(empty($Ajax)) { show_header($Title); ?>