diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index b4b3485056..616eb0f025 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-12-08 Raul Mateos + + * include/auth/*.php: added style to error when accessing the files + directly. + 2009-12-08 Miguel de Dios * operation/agentes/networkmap.php: fix style for to clean form in @@ -25,11 +30,11 @@ * include/functions_agents.php, operation/agentes/tactical.php: fix notice undefined var message. -2009-12-07 Pablo de la Concepcipón +2009-12-07 Pablo de la Concepcipón * Changelog: Changelog with the last changes that I forgot to include in the last commit. -2009-12-07 Pablo de la Concepcipón +2009-12-07 Pablo de la Concepcipón * include/functions_api.php, include/functions.php, extensions/plugin_registration.php, operation/events/events.php, operation/agentes/exportdata.php, operation/agentes/stat_win.php, @@ -67,20 +72,20 @@ * operation/agentes/estado_monitores.php: Names and description was cutted and not shown as popup description. Fixed. -2009-12-05 Raul Mateos +2009-12-05 Raul Mateos * install.php: Modified description for XML_RPC. * extensions/pdate_manager/lib/libupdate_manager_client.php: Format error page if XML_PRC not found. -2009-12-05 Raul Mateos +2009-12-05 Raul Mateos * images/pandora.png, pandora_logo.jpg: Deleted old files. * images/image_problem: Change background with new logo. -2009-12-04 Raul Mateos +2009-12-04 Raul Mateos * include/config_process.php: Solved notice when PHP < 5.3 diff --git a/pandora_console/include/auth/dev.php b/pandora_console/include/auth/dev.php index 66dd20c188..82a3f7d524 100644 --- a/pandora_console/include/auth/dev.php +++ b/pandora_console/include/auth/dev.php @@ -18,7 +18,39 @@ if (!isset ($config)) { - die ('You cannot access this file directly!'); + die (' + + + +Pandora FMS - The Flexible Monitoring System - Console error + + + + + + + + + + + + +
+
+
+

You cannot access this file

+
+ +
+
+ ERROR: + You can\'t access this file directly! +
+
+
+ + +'); } $config["user_can_update_password"] = false; diff --git a/pandora_console/include/auth/ldap.php b/pandora_console/include/auth/ldap.php index 4135d8c76a..c1ef01bd1a 100644 --- a/pandora_console/include/auth/ldap.php +++ b/pandora_console/include/auth/ldap.php @@ -19,7 +19,39 @@ */ if (!isset ($config)) { - die ('You cannot access this file directly!'); + die (' + + + +Pandora FMS - The Flexible Monitoring System - Console error + + + + + + + + + + + + +
+
+
+

You cannot access this file

+
+ +
+
+ ERROR: + You can\'t access this file directly! +
+
+
+ + +'); } $config["user_can_update_info"] = false; diff --git a/pandora_console/include/auth/mysql.php b/pandora_console/include/auth/mysql.php index 761fff5d66..bcfaace09d 100644 --- a/pandora_console/include/auth/mysql.php +++ b/pandora_console/include/auth/mysql.php @@ -19,7 +19,39 @@ */ if (!isset ($config)) { - die ('You cannot access this file directly!'); + die (' + + + +Pandora FMS - The Flexible Monitoring System - Console error + + + + + + + + + + + + +
+
+
+

You cannot access this file

+
+ +
+
+ ERROR: + You can\'t access this file directly! +
+
+
+ + +'); } $config["user_can_update_info"] = true;