Skip to content

Commit 0cc28e8

Browse files
author
Jordan Lev
committed
more compatible php path
1 parent e54a408 commit 0cc28e8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

install-concrete5.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33

44
define('FILE_PERMISSIONS_MODE', 0777);

local_mamp.php

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/php
1+
#!/usr/bin/env php
22
<?php
33

44
# INTERNAL SETTINGS ###########################################################
@@ -255,6 +255,10 @@
255255
unlink("{$zend_locale_data_dir}/{$filename}");
256256
}
257257
}
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`
258262
}
259263

260264

0 commit comments

Comments
 (0)