1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-20 20:25:17 +01:00
openstamanager/ajax_complete.php

17 lines
206 B
PHP
Raw Normal View History

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