diff options
author | Simon Rettberg | 2014-11-26 21:01:37 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-11-26 21:01:37 +0100 |
commit | 177791970ee86a6653b051ee393801ad37134d70 (patch) | |
tree | 696fd696c89d4d587365fa7172ab0e184e183f07 /api.php | |
parent | Add HTTPS config module for webif, update everything to use FileUtil class, m... (diff) | |
download | slx-admin-177791970ee86a6653b051ee393801ad37134d70.tar.gz slx-admin-177791970ee86a6653b051ee393801ad37134d70.tar.xz slx-admin-177791970ee86a6653b051ee393801ad37134d70.zip |
Lots of small bugfixes, proxy config WIP, https config WIP, translation updates, added masterpassword to pxe menu, ...
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'; +if (CONFIG_SQL_PASS === '%MYSQL_OPENSLX_PASS%') + exit(0); // Ignore API calls if not configured yet + // Autoload classes from ./inc which adhere to naming scheme <lowercasename>.inc.php function slxAutoloader($class) { |