[*] 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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user