commti after qwen start
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
include('../../../inc/includes.php');
|
||||
|
||||
header('Content-Type: application/json');
|
||||
Session::checkLoginUser();
|
||||
|
||||
$input = json_decode(file_get_contents('php://input'), true);
|
||||
$handler = new \PluginNetconfig\Agent\Receive();
|
||||
echo json_encode($handler($input, 'POST', '/plugin/netconfig/agent'));
|
||||
exit;
|
||||
Reference in New Issue
Block a user