added small ip debug info output

This commit is contained in:
Christian Haschek
2022-02-19 10:38:50 +01:00
parent 9d1a4db4d2
commit 8ee26e6922

View File

@@ -10,6 +10,9 @@ include_once(ROOT.DS.'inc'.DS.'config.inc.php');
//loading core and controllers
include_once(ROOT . DS . 'inc' . DS. 'core.php');
if($_REQUEST['ip']=='pls') exit(getUserIP());
loadAllContentControllers();
$hash = $_REQUEST['hash'];