Updated style

This commit is contained in:
Lukas Reschke 2012-07-26 01:38:20 +02:00
parent 95936024bc
commit 12dfe5868a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
require_once ("../../lib/base.php");
OC_Util::checkAdminUser();
OC_JSON::checkLoggedIn();
$action=isset($_POST['action'])?$_POST['action']:$_GET['action'];
$result=false;
switch($action){