We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e54a408 commit 0cc28e8Copy full SHA for 0cc28e8
install-concrete5.php
@@ -1,4 +1,4 @@
1
-#!/usr/bin/php
+#!/usr/bin/env php
2
<?php
3
4
define('FILE_PERMISSIONS_MODE', 0777);
local_mamp.php
# INTERNAL SETTINGS ###########################################################
@@ -255,6 +255,10 @@
255
unlink("{$zend_locale_data_dir}/{$filename}");
256
}
257
258
+
259
+ //random note: if you want to remove these files from a site that has already been installed,
260
+ // copy the remove_zend_locale_data.txt file into SITE/concrete/libraries/3rdparty/Zend/Locale/Data/
261
+ // and then run this from the command line: rm `cat remove_zend_locale_data.txt`
262
263
264
0 commit comments