]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update settings/ajax/setloglevel.php
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 09:55:20 +0000 (12:55 +0300)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 4 Sep 2012 09:55:20 +0000 (12:55 +0300)
respect coding style

settings/ajax/setloglevel.php

index 4b97ba2aa32fe08aa8508f33f9b58066abdd80a1..982899e106adbb09355a103863cae73a8e95f491 100644 (file)
@@ -5,12 +5,10 @@
  * See the COPYING-README file.
  */
 
-require_once('../../lib/base.php');
+require_once '../../lib/base.php';
 OC_Util::checkAdminUser();
 OCP\JSON::callCheck();
 
 OC_Config::setValue( 'loglevel', $_POST['level'] );
 
 echo 'true';
-
-?>
\ No newline at end of file