mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Echo logfile path + file for ajax handler
This commit is contained in:
10
ajax/system/sys_debug.php
Normal file
10
ajax/system/sys_debug.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
require '../../includes/csrf.php';
|
||||
require_once '../../includes/config.php';
|
||||
|
||||
|
||||
$return = 0;
|
||||
echo json_encode($return);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user