Screaming text removed
authorRoland Häder <roland@mxchange.org>
Wed, 19 Nov 2008 19:27:24 +0000 (19:27 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Nov 2008 19:27:24 +0000 (19:27 +0000)
inc/config.php

index 1e055f74213b66bf7eb4f72157fb1aea40455f4a..143ad06ca61c3ff5924f5cef4edab64540d59c44 100644 (file)
@@ -33,7 +33,7 @@
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: SERVER-PATH
 $cfg = FrameworkConfiguration::getInstance();
 
 // CFG: SERVER-PATH
-$cfg->setConfigEntry('base_path', (dirname(dirname(__FILE__)) . '/')); // DON'T MISS THE TRAILING SLASH!!!
+$cfg->setConfigEntry('base_path', (dirname(dirname(__FILE__)) . '/'));
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());
 
 // CFG: BASE-URL
 $cfg->setConfigEntry('base_url', $cfg->detectBaseUrl());
@@ -72,19 +72,19 @@ $cfg->setConfigEntry('app_helper_class', "ApplicationHelper");
 $cfg->setConfigEntry('entry_method', "entryPoint");
 
 // CFG: TEMPLATE-BASE-PATH
 $cfg->setConfigEntry('entry_method', "entryPoint");
 
 // CFG: TEMPLATE-BASE-PATH
-$cfg->setConfigEntry('tpl_base_path', "templates/"); // DON'T MISS THE TRAILING SLASH!
+$cfg->setConfigEntry('tpl_base_path', "templates/");
 
 // CFG: LANGUAGE-BASE-PATH
 
 // CFG: LANGUAGE-BASE-PATH
-$cfg->setConfigEntry('lang_base_path', "inc/language/"); // DON'T MISS THE TRAILING SLASH!
+$cfg->setConfigEntry('lang_base_path', "inc/language/");
 
 // CFG: COMPRESSOR-BASE-PATH
 
 // CFG: COMPRESSOR-BASE-PATH
-$cfg->setConfigEntry('compressor_base_path', "inc/classes/main/compressor/"); // DON'T MISS THE TRAILING SLASH!
+$cfg->setConfigEntry('compressor_base_path', "inc/classes/main/compressor/");
 
 // CFG: APPLICATION-PATH
 $cfg->setConfigEntry('application_path', $cfg->readConfig('base_path') . "application/");
 
 // CFG: COMPILE-OUTPUT-PATH
 
 // CFG: APPLICATION-PATH
 $cfg->setConfigEntry('application_path', $cfg->readConfig('base_path') . "application/");
 
 // CFG: COMPILE-OUTPUT-PATH
-$cfg->setConfigEntry('compile_output_path', "templates/_compiled/"); // DON'T MISS THE TRAILING SLASH!
+$cfg->setConfigEntry('compile_output_path', "templates/_compiled/");
 
 // CFG: TEMPLATE-ENGINE
 $cfg->setConfigEntry('template_class', "WebTemplateEngine");
 
 // CFG: TEMPLATE-ENGINE
 $cfg->setConfigEntry('template_class', "WebTemplateEngine");