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
|
<?php
|
||||||
|
|
||||||
require "../variables.php";
|
require dirname(__FILE__) . "/../variables.php";
|
||||||
|
|
||||||
$dbbooks = array();
|
$dbbooks = array();
|
||||||
$parsedbooks = array();
|
$parsedbooks = array();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user