Echo logfile path + file for ajax handler

This commit is contained in:
billz
2023-10-31 15:14:55 +00:00
parent 11e17a8895
commit 362feae185
3 changed files with 46 additions and 0 deletions

10
ajax/system/sys_debug.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
require '../../includes/csrf.php';
require_once '../../includes/config.php';
$return = 0;
echo json_encode($return);
?>