mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
First lot of compatability fixes
This commit is contained in:
@@ -326,7 +326,7 @@ class HTTP
|
||||
$_SERVER['REQUEST_URI'] : $_SERVER['PHP_SELF'];
|
||||
}
|
||||
|
||||
if ($url{0} == '/') {
|
||||
if ($url[0] == '/') {
|
||||
return $server . $url;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user