nextcloud-app-radio/ajax/seturl.php
Jonas Heinrich 6f9f8e42c1 first commit
2016-11-17 23:07:22 +01:00

15 lines
382 B
PHP
Executable File

<?php
/**
* Copyright (c) 2011, Frank Karlitschek <karlitschek@kde.org>
* Copyright (c) 2012, Florian Hülsmann <fh@cbix.de>
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/
OCP\User::checkAdminUser();
OCP\JSON::callCheck();
OCP\Config::setSystemValue( 'somesetting', $_GET['somesetting'] );
echo 'true';