summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/gettimezonedetection.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/calendar/ajax/gettimezonedetection.php')
-rw-r--r--apps/calendar/ajax/gettimezonedetection.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/apps/calendar/ajax/gettimezonedetection.php b/apps/calendar/ajax/gettimezonedetection.php
deleted file mode 100644
index ae58370712d..00000000000
--- a/apps/calendar/ajax/gettimezonedetection.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-/**
- * Copyright (c) 2011, 2012 Georg Ehrke <ownclouddev at georgswebsite dot de>
- * 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_JSON::checkLoggedIn();
-OC_JSON::checkAppEnabled('calendar');
-OC_JSON::success(array('detection' => OC_Preferences::getValue(OC_USER::getUser(), 'calendar', 'timezonedetection'))); \ No newline at end of file