mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
9 lines
166 B
PHP
Executable File
9 lines
166 B
PHP
Executable File
<?php
|
|
/*
|
|
*
|
|
* File: base.php
|
|
* Description: Keeps track of absolute path to files, to ease development
|
|
*
|
|
*/
|
|
|
|
define('ZOFF_BASE_PATH', dirname(__FILE__)); |