summaryrefslogtreecommitdiffstats
path: root/controller/usersettingscontroller.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/usersettingscontroller.php')
-rw-r--r--controller/usersettingscontroller.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/controller/usersettingscontroller.php b/controller/usersettingscontroller.php
index f912487a7..7bdcda51d 100644
--- a/controller/usersettingscontroller.php
+++ b/controller/usersettingscontroller.php
@@ -38,16 +38,31 @@ class UserSettingsController extends Controller {
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
public function read(){
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
public function show(){
}
+ /**
+ * @IsAdminExemption
+ * @IsSubAdminExemption
+ * @Ajax
+ */
public function hide(){
}