Browse Source

Update page routing with PATH_INFO

pull/813/head
billz 2 years ago
parent
commit
74497bebf1
  1. 2
      index.php

2
index.php

@ -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();

Loading…
Cancel
Save