[*] BO : now you can't activate friendly URL when mod_rewrite is not active

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13713 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-02-29 08:13:09 +00:00
parent 7a6a998aab
commit bae15bcbcc
6 changed files with 66 additions and 7 deletions
@@ -45,6 +45,7 @@ class AdminGeneratorControllerCore extends AdminController
$this->tpl_option_vars['checkConfiguration_rb'] = $this->checkConfiguration($this->rb_file);
$this->tpl_option_vars['ps_htaccess_cache_control'] = Configuration::get('PS_HTACCESS_CACHE_CONTROL');
$this->tpl_option_vars['ps_rewriting_settings'] = Configuration::get('PS_REWRITING_SETTINGS');
$this->tpl_option_vars['mod_rewrite'] = Tools::modRewriteActive();
$this->tpl_option_vars['ps_htaccess_disable_multiviews'] = Configuration::get('PS_HTACCESS_DISABLE_MULTIVIEWS');
parent::initContent();