We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047abdc commit 7fe2178Copy full SHA for 7fe2178
2 files changed
public/index.php
@@ -1,3 +1,3 @@
1
<?php
2
3
-require __DIR__ . '/../bootstrap.php';
+require __DIR__ . '/../index.php';
src/OpCacheGUI/Network/Request.php
@@ -104,4 +104,9 @@ public function post($name)
104
{
105
return $this->postVariables[$name];
106
}
107
+
108
+ public function getPath()
109
+ {
110
+ return $this->serverVariables['REQUEST_URI'];
111
+ }
112
0 commit comments