Commit 16c48c401754e44b19f8ae8ef421d8ee41c1f741
1 parent
48fc7661
Exists in
master
and in
112 other branches
Move get_services
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
cron_scripts/get_services.php renamed to php/get_services.php
1 | 1 | <?php |
2 | -include(realpath(dirname(__FILE__) . "/../php/config.php")); | |
3 | -include(BASE_PATH . "/php/classes/EpnTapMgr.php"); | |
2 | +include(realpath(dirname(__FILE__) . "/config.php")); | |
3 | +include(CLASSPATH . "EpnTapMgr.php"); | |
4 | 4 | |
5 | 5 | $EpnTapMgr = new EpnTapMgr; |
6 | 6 | $services = json_decode(file_get_contents(EpnTapDataPath . "/EpnTapServices.json"), TRUE); |
... | ... |