diff options
author | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 10:51:20 -0400 |
---|---|---|
committer | Tyler Dence <tyzoid.d@gmail.com> | 2018-06-19 10:53:42 -0400 |
commit | 0f244f5cd391dcbf9d627f7dcb99ce54090fe858 (patch) | |
tree | 9e0b2054f2067039cfa5b3d01f9c282b7c44fd76 /init.php | |
parent | 1e8cfa2306848879b4fa4b39fb60e80389d3d808 (diff) | |
download | archweb32-0f244f5cd391dcbf9d627f7dcb99ce54090fe858.tar.xz |
Fix include path by generating absolute paths
Diffstat (limited to 'init.php')
-rw-r--r-- | init.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.php b/init.php new file mode 100644 index 0000000..6c8a8f4 --- /dev/null +++ b/init.php @@ -0,0 +1,2 @@ +<?php +define("BASE", __DIR__); |