mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Update page routing with PATH_INFO
This commit is contained in:
parent
33ac6d26cf
commit
74497bebf1
@ -49,7 +49,7 @@ require_once 'includes/torproxy.php';
|
|||||||
|
|
||||||
$config = getConfig();
|
$config = getConfig();
|
||||||
$output = $return = 0;
|
$output = $return = 0;
|
||||||
$page = $_SERVER['REQUEST_URI'];
|
$page = $_SERVER['PATH_INFO'];
|
||||||
|
|
||||||
$theme_url = getThemeOpt();
|
$theme_url = getThemeOpt();
|
||||||
$toggleState = getSidebarState();
|
$toggleState = getSidebarState();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user