commit version 23.9.13005
This commit is contained in:
18
html/error.php
Normal file
18
html/error.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
/**
|
||||
* Observium
|
||||
*
|
||||
* This file is part of Observium.
|
||||
*
|
||||
* @package observium
|
||||
* @subpackage web
|
||||
* @copyright (C) 2006-2013 Adam Armstrong, (C) 2013-2023 Observium Limited
|
||||
*
|
||||
*/
|
||||
|
||||
include_once("../includes/observium.inc.php");
|
||||
|
||||
//r(array_key_first($_GET));
|
||||
display_error_http(array_key_first($_GET));
|
||||
|
||||
// EOF
|
Reference in New Issue
Block a user