mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Change paths to absolute pathname
This commit is contained in:
parent
8de3cbfba5
commit
064175c67d
81 changed files with 297 additions and 303 deletions
|
@ -93,7 +93,7 @@ echo '
|
|||
';
|
||||
|
||||
if (DBG_USER && SQL_DEBUG && !(isset($_GET['pane']) && $_GET['pane'] == 'left')) {
|
||||
require(INC_DIR . 'page_footer_dev.php');
|
||||
require INC_DIR . '/page_footer_dev.php';
|
||||
}
|
||||
|
||||
echo '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue