summaryrefslogtreecommitdiffstats
path: root/apps/calendar/ajax/gettimezonedetection.php
blob: ae58370712da2f0bcf12a3fbc15e7ffd5c6421b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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')));