1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Update page routing with PATH_INFO

This commit is contained in:
billz 2021-03-02 17:27:40 +00:00
parent 33ac6d26cf
commit 74497bebf1

View File

@ -49,7 +49,7 @@ require_once 'includes/torproxy.php';
$config = getConfig();
$output = $return = 0;
$page = $_SERVER['REQUEST_URI'];
$page = $_SERVER['PATH_INFO'];
$theme_url = getThemeOpt();
$toggleState = getSidebarState();