diff options
Diffstat (limited to 'www/api/httpauth.inc.php')
-rw-r--r-- | www/api/httpauth.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/api/httpauth.inc.php b/www/api/httpauth.inc.php index 5dd7444..23e3a5e 100644 --- a/www/api/httpauth.inc.php +++ b/www/api/httpauth.inc.php @@ -1,5 +1,5 @@ <?php -require_once('../header.inc.php'); +require_once '../../src/SemanticScuttle/header.php'; // Provides HTTP Basic authentication of a user, and sets two variables, sId and username, // with the user's info. |