// htaccess is not generated during install

This commit is contained in:
rMalie
2011-12-22 19:18:08 +00:00
parent da4d54e7a2
commit 508a7e687e
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/');