Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apptemplate/ajax/seturl.php')
-rwxr-xr-xapptemplate/ajax/seturl.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/apptemplate/ajax/seturl.php b/apptemplate/ajax/seturl.php
deleted file mode 100755
index fa6d513b4..000000000
--- a/apptemplate/ajax/seturl.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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', $_POST['somesetting'] );
-
-echo 'true';