Skip to content
Snippets Groups Projects
Unverified Commit 7eac1968 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Update base.php

parent 58a192f0
No related branches found
No related tags found
No related merge requests found
...@@ -254,7 +254,6 @@ class OC { ...@@ -254,7 +254,6 @@ class OC {
if (self::$CLI) { if (self::$CLI) {
echo $l->t('Cannot write into "config" directory!')."\n"; echo $l->t('Cannot write into "config" directory!')."\n";
echo $l->t('This can usually be fixed by giving the webserver write access to the config directory')."\n"; echo $l->t('This can usually be fixed by giving the webserver write access to the config directory')."\n";
echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-dir_permissions') ])."\n";
echo "\n"; echo "\n";
echo $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.')."\n"; echo $l->t('Or, if you prefer to keep config.php file read only, set the option "config_is_read_only" to true in it.')."\n";
echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-config') ])."\n"; echo $l->t('See %s', [ $urlGenerator->linkToDocs('admin-config') ])."\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment