1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-13 17:07:47 +01:00
openstamanager/ajax_complete.php
2020-02-14 17:02:16 +01:00

17 lines
204 B
PHP
Executable File

<?php
include_once __DIR__.'/core.php';
if (!isset($resource)) {
$module = get('module');
$op = get('op');
$result = AJAX::complete($op);
echo $result;
}
// Casi particolari
else {
}