1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-13 00:46:34 +01:00
openstamanager/ajax_complete.php
2018-07-19 15:33:32 +02:00

17 lines
204 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 {
}