summaryrefslogtreecommitdiff
path: root/ajaxIsAvailable.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajaxIsAvailable.php')
-rw-r--r--ajaxIsAvailable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ajaxIsAvailable.php b/ajaxIsAvailable.php
index e9d82e7..ffd4379 100644
--- a/ajaxIsAvailable.php
+++ b/ajaxIsAvailable.php
@@ -26,7 +26,7 @@ header("Cache-Control: no-cache, must-revalidate");
require_once('header.inc.php');
/* Service creation: only useful services are created */
-$userservice = & ServiceFactory :: getServiceInstance('UserService');
+//No specific services
/* Managing all possible inputs */
isset($_GET['username']) ? define('GET_USERNAME', $_GET['username']): define('GET_USERNAME', '');