diff --git a/php/classes/RequestMgr.php b/php/classes/RequestMgr.php
index 81d8509..b940b91 100644
--- a/php/classes/RequestMgr.php
+++ b/php/classes/RequestMgr.php
@@ -47,7 +47,6 @@ class RequestMgr extends AmdaObjectMgr
 
 		putenv("USER_DATA_PATH=".USERDATADIR);
 		putenv("USER_WS_PATH=".USERWSDIR); 
-		putenv("PHP_CLASSES_PATH=".CLASSPATH);		
 	}
 
 	protected function setObject($obj) 
diff --git a/php/epntap.php b/php/epntap.php
index 4103cf9..f11f194 100644
--- a/php/epntap.php
+++ b/php/epntap.php
@@ -1,7 +1,6 @@
 <?php
 
 include(realpath(dirname(__FILE__) . "/config.php"));
-include(CLASSPATH . "VOTableMgr.php");
 
 $action = preg_replace("/[^a-zA-Z]+/", "", filter_var($_GET['action'], FILTER_SANITIZE_STRING));
 
--
libgit2 0.21.2