diff options
Diffstat (limited to 'api.php')
-rw-r--r-- | api.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ chdir(dirname($_SERVER['SCRIPT_FILENAME'])); require_once 'config.php'; +define('API', true); +define('AJAX', false); + if (CONFIG_SQL_PASS === '%MYSQL_OPENSLX_PASS%') exit(0); // Ignore API calls if not configured yet |