defined the path to main directory as INDEX_DIR so we can use it anywhere.
This commit is contained in:
parent
7d005f14b9
commit
a1ce18f324
|
@ -1,6 +1,6 @@
|
|||
<?PHP
|
||||
|
||||
|
||||
define("INDEX_DIR", __DIR__);
|
||||
|
||||
require __DIR__.'/scripts/class.TerminalMessage.php';
|
||||
require __DIR__.'/scripts/func.downloadFile.php';
|
||||
|
|
Loading…
Reference in New Issue