diff --git a/pandora_console/general/noaccess.php b/pandora_console/general/noaccess.php index 67a2e769e2..bc3ae7073b 100644 --- a/pandora_console/general/noaccess.php +++ b/pandora_console/general/noaccess.php @@ -14,7 +14,7 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -if (file_exists("images/noaccess.png")) { +if (file_exists("images/grafico_llave.png")) { ui_print_page_header (__('You don\'t have access to this page'), "", false, "", true); } else { @@ -22,17 +22,21 @@ else { } ?> -
-
- __('No access'))); - } - ?> -
 
-

Please know that all attempts to access this page are recorded in security logs of Pandora System Database');?>
+
+
+
+
+ __('No access'))); + } + ?> +
+
+
+ Please know that all attempts to access this page are recorded in security logs of Pandora System Database');?> +
- diff --git a/pandora_console/images/grafico_llave.png b/pandora_console/images/grafico_llave.png new file mode 100644 index 0000000000..9cdf11d8a5 Binary files /dev/null and b/pandora_console/images/grafico_llave.png differ