1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-06 06:19:03 +02:00
RaspAP/ajax/system/sys_debug.php

11 lines
130 B
PHP

<?php
require '../../includes/csrf.php';
require_once '../../includes/config.php';
$return = 0;
echo json_encode($return);
?>