mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-13 00:46:34 +01:00
17 lines
204 B
PHP
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 {
|
|
}
|