mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Fix require file.
This commit is contained in:
parent
e9585e0789
commit
609696d0d0
15 changed files with 26 additions and 17 deletions
|
@ -23,7 +23,7 @@
|
|||
* SOFTWARE.
|
||||
*/
|
||||
|
||||
require('./pagestart.php');
|
||||
require __DIR__ . '/pagestart.php';
|
||||
|
||||
// Generate relevant output
|
||||
if (isset($_GET['pane']) && $_GET['pane'] == 'left') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue