4 lines
160 B
PHP
Executable File
4 lines
160 B
PHP
Executable File
<?php
|
|
ini_set('display_errors', 0 );
|
|
if (file_exists('api/modules/' . $_GET['id'] . '/ajax.php')) require_once 'api/modules/' . $_GET['id'] . '/ajax.php';
|
|
?>
|