зеркало из https://github.com/mozilla/pjs.git
Spelling in code comments patch: 'anyeay' -> 'anyway', 'Its' -> 'It's', 'its' -> 'it's' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
This commit is contained in:
Родитель
e852990674
Коммит
15a12b6dca
|
@ -1104,8 +1104,8 @@ END
|
|||
chmod $fileperm, "Bugzilla/.htaccess";
|
||||
}
|
||||
# Even though $datadir may not (and should not) be in the webtree,
|
||||
# we can't know for sure, so create the .htaccess anyeay. Its harmless
|
||||
# if its not accessible...
|
||||
# we can't know for sure, so create the .htaccess anyway. It's harmless
|
||||
# if it's not accessible...
|
||||
if (!-e "$datadir/.htaccess") {
|
||||
print "Creating $datadir/.htaccess...\n";
|
||||
open HTACCESS, '>', "$datadir/.htaccess";
|
||||
|
|
Загрузка…
Ссылка в новой задаче