diff options
author | Simon Rettberg | 2014-06-23 18:08:47 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-06-23 18:08:47 +0200 |
commit | 4e64cbc599224273043759e365c0b1495a50de73 (patch) | |
tree | 5ec7bf78ee6dc075a1dd89608c196632f49f0a69 /apis | |
parent | Get rid of pxe menu ip tracking, not needed in the future (diff) | |
download | slx-admin-4e64cbc599224273043759e365c0b1495a50de73.tar.gz slx-admin-4e64cbc599224273043759e365c0b1495a50de73.tar.xz slx-admin-4e64cbc599224273043759e365c0b1495a50de73.zip |
Try to autpmatically detect server ip on init-api
Diffstat (limited to 'apis')
-rw-r--r-- | apis/init.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apis/init.inc.php b/apis/init.inc.php index cdd6ac05..11c910c9 100644 --- a/apis/init.inc.php +++ b/apis/init.inc.php @@ -5,3 +5,4 @@ if ($_SERVER['REMOTE_ADDR'] !== '127.0.0.1') Trigger::ldadp(); Trigger::mount(); +Trigger::autoUpdateServerIp(); |