Fix initial login to fetch encrypted token
[noxon-gateway.git] / src / header.php
index 785ada50b3241f672829de9be5f5fec553f4eeb0..03a38c3b089261a6c7b0e73d92804e6e321b0586 100644 (file)
@@ -2,7 +2,7 @@
 set_include_path(get_include_path() . PATH_SEPARATOR . __DIR__ . '/../src/');
 
 $requestUriNoQuery = explode('?', $_SERVER['REQUEST_URI'])[0];
-$path = $fullUri = urldecode($requestUriNoQuery);
+$path = urldecode($requestUriNoQuery);
 
 $dataDir = __DIR__ . '/../data/';
 $varDir  = realpath(__DIR__ . '/../var') . '/';