whitespace

This commit is contained in:
Shish 2012-03-31 16:28:54 +01:00
parent 1d648d0d32
commit ac692cfff7

View File

@ -52,7 +52,7 @@ assert_options(ASSERT_BAIL, 1);
* __SHIMMIE_ROOT__ = '/var/www/shimmie2/' * __SHIMMIE_ROOT__ = '/var/www/shimmie2/'
* *
*/ */
define('__SHIMMIE_ROOT__', trim( remove_trailing_slash( dirname(__FILE__) ) ) . '/' ); define('__SHIMMIE_ROOT__', trim(remove_trailing_slash(dirname(__FILE__))) . '/');
// Pull in necessary files // Pull in necessary files
require_once __SHIMMIE_ROOT__."core/util.inc.php"; require_once __SHIMMIE_ROOT__."core/util.inc.php";