Change require to reference actual script path so it can be run anywhere
This commit is contained in:
parent
6b58de0033
commit
851b5156d7
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require "../variables.php";
|
||||
require dirname(__FILE__) . "/../variables.php";
|
||||
|
||||
$dbbooks = array();
|
||||
$parsedbooks = array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user