summaryrefslogtreecommitdiffstats
path: root/ajax/seturl.php
diff options
context:
space:
mode:
Diffstat (limited to 'ajax/seturl.php')
-rw-r--r--ajax/seturl.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/ajax/seturl.php b/ajax/seturl.php
deleted file mode 100644
index 832a44569..000000000
--- a/ajax/seturl.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?php
-/**
- * Copyright (c) 2011, Frank Karlitschek <karlitschek@kde.org>
- * This file is licensed under the Affero General Public License version 3 or later.
- * See the COPYING-README file.
- */
-
-require_once('../../../lib/base.php');
-OC_Util::checkAdminUser();
-
-OC_Config::setValue( 'somesetting', $_POST['somesetting'] );
-
-echo 'true';
-
-?>