mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-06 06:19:03 +02:00
11 lines
130 B
PHP
11 lines
130 B
PHP
<?php
|
|
|
|
require '../../includes/csrf.php';
|
|
require_once '../../includes/config.php';
|
|
|
|
|
|
$return = 0;
|
|
echo json_encode($return);
|
|
|
|
?>
|