Skip to content

Commit 7fe2178

Browse files
committed
Renamed bootstrap to index
1 parent 047abdc commit 7fe2178

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
require __DIR__ . '/../bootstrap.php';
3+
require __DIR__ . '/../index.php';

src/OpCacheGUI/Network/Request.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,9 @@ public function post($name)
104104
{
105105
return $this->postVariables[$name];
106106
}
107+
108+
public function getPath()
109+
{
110+
return $this->serverVariables['REQUEST_URI'];
111+
}
107112
}

0 commit comments

Comments
 (0)