Commit b1115ad8ce79bf322af278703f5e9bcf29c1fc6b

Authored by Benjamin Renard
1 parent be6060f0

Cleanup

Showing 2 changed files with 0 additions and 2 deletions   Show diff stats
php/classes/RequestMgr.php
... ... @@ -47,7 +47,6 @@ class RequestMgr extends AmdaObjectMgr
47 47  
48 48 putenv("USER_DATA_PATH=".USERDATADIR);
49 49 putenv("USER_WS_PATH=".USERWSDIR);
50   - putenv("PHP_CLASSES_PATH=".CLASSPATH);
51 50 }
52 51  
53 52 protected function setObject($obj)
... ...
php/epntap.php
1 1 <?php
2 2  
3 3 include(realpath(dirname(__FILE__) . "/config.php"));
4   -include(CLASSPATH . "VOTableMgr.php");
5 4  
6 5 $action = preg_replace("/[^a-zA-Z]+/", "", filter_var($_GET['action'], FILTER_SANITIZE_STRING));
7 6  
... ...