1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-19 11:45:25 +01:00
openstamanager/ajax_complete.php
2018-02-04 10:12:14 +01:00

17 lines
206 B
PHP

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