Now using absolute paths

This commit is contained in:
OptimusCrime
2014-10-16 19:15:37 +02:00
parent 10c89b9ca3
commit 5847a621e8
2 changed files with 13 additions and 3 deletions

9
base.php Executable file
View File

@@ -0,0 +1,9 @@
<?php
/*
*
* File: base.php
* Description: Keeps track of absolute path to files, to ease development
*
*/
define('ZOFF_BASE_PATH', dirname(__FILE__));