X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=initialize.php;h=c1a8437a035ed675a9665b8d63054277c4667627;hb=85ffa2b2c0dfa383b1fbcf1c80ed9bf1ee3e7d0d;hp=689925d31e328c176595f6d526331bd00f868710;hpb=77da39e33eb70b8b01502c09e8057dd199554de6;p=timetracker.git diff --git a/initialize.php b/initialize.php index 689925d3..c1a8437a 100644 --- a/initialize.php +++ b/initialize.php @@ -74,7 +74,6 @@ $smarty = new Smarty; $smarty->use_sub_dirs = false; $smarty->template_dir = TEMPLATE_DIR; $smarty->compile_dir = TEMPLATE_DIR.'_c'; -$GLOBALS['SMARTY'] = &$smarty; // Note: these 3 settings below used to be in .htaccess file. Moved them here to eliminate "error 500" problems // with some shared hostings that do not have AllowOverride Options or AllowOverride All in their apache configurations.