// htaccess is not generated during install

This commit is contained in:
rMalie
2011-12-22 19:18:08 +00:00
parent cb6751cd35
commit e0c900f0a7
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -28,6 +28,7 @@
define('_PS_INSTALL_VERSION_', '1.5.0.0');
// Generate common constants
define('PS_INSTALLATION_IN_PROGRESS', true);
define('_PS_INSTALL_PATH_', dirname(__FILE__).'/');
define('_PS_INSTALL_DATA_PATH_', _PS_INSTALL_PATH_.'data/');
define('_PS_INSTALL_CONTROLLERS_PATH_', _PS_INSTALL_PATH_.'controllers/');