diff --git a/pandora_console/general/error_screen.php b/pandora_console/general/error_screen.php index ca2e4476d5..9135170263 100644 --- a/pandora_console/general/error_screen.php +++ b/pandora_console/general/error_screen.php @@ -13,28 +13,18 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. +include_once("include/functions.php"); +include_once("include/functions_html.php"); +include_once("include/functions_ui.php"); +include_once("include/functions_io.php"); +include_once("include/functions_extensions.php"); +echo ''; +ob_start ('ui_process_page_head'); +echo ''; +echo '' . "\n"; -?> - - - -
-DELETE FROM tconfig WHERE token = "auth";'); + } + break; + case 'error_emptyconfig': + $title = __('Empty configuration table'); + $message = __('Cannot load configuration variables from database. Please check your database setup in the + include/config.php file.