-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add a check for mod_pagespeed #6637
Conversation
Test passed. |
Remove the word owncloud because of theming may be? |
Good point. I fixed it and removed it from other messages too. |
Test passed. |
👍 |
@karlitschek maybe it's enough to disable mod_pagespeed in the apache config - see #6396
|
Hmmm. Yes. Good point. Let's try it like that. |
@@ -457,7 +464,7 @@ public static function checkServer() { | |||
|| (strtolower(@ini_get('safe_mode')) == 'true') | |||
|| (ini_get("safe_mode") == 1 ))) { | |||
$errors[] = array( | |||
'error'=>'PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly.', | |||
'error'=>'PHP Safe Mode is enabled. It is requires that it is disabled to work properly.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
=> "It is required" (with "d")
Code looks good. 👍 except for the typos. Not tested. |
superseded by #6675 |
as discussed here #6617
Please review @DeepDiver1975 @bantu @PVince81