diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-02-20 13:54:05 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-02-20 13:54:05 +0100 |
commit | 2955d9b48372c5ff8d364757cca94508441c1be1 (patch) | |
tree | 94e71e3d7d7f4182e32367b278decd0e65fcf434 /config | |
parent | 31bab5584784f7f157b46be761b4344d25d11031 (diff) | |
download | nextcloud-server-2955d9b48372c5ff8d364757cca94508441c1be1.tar.gz nextcloud-server-2955d9b48372c5ff8d364757cca94508441c1be1.zip |
Indentation
Diffstat (limited to 'config')
-rwxr-xr-x | config/config.sample.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 4e8bd79d797..d4cccd3443d 100755 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -264,6 +264,6 @@ $CONFIG = array( /* whether usage of the instance should be restricted to admin users only */ 'singleuser' => false, - /* all css and js files will be served by the web server statically in one js file and ons css file*/ - 'asset-pipeline.enabled' => false, +/* all css and js files will be served by the web server statically in one js file and ons css file*/ +'asset-pipeline.enabled' => false, ); |