<?php
/*
* File: ratatoeskr/sys/utils.php
*
* Various useful helper functions.
*
* License:
* This file is part of Ratatöskr.
* Ratatöskr is licensed unter the MIT / X11 License.
* See "ratatoeskr/licenses/ratatoeskr" for more information.
*/
/*
* Constant: SITE_BASE_PATH
* The Base path of this ratatoeskr site.
*/
define("SITE_BASE_PATH", dirname(dirname(dirname(__FILE__))));