From bb3a1c6722be3a6547474e96821d62870e931d99 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 19 Feb 2014 14:30:56 +0800 Subject: [PATCH] MailTemplateList.php --- MailTemplateList.php | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/MailTemplateList.php b/MailTemplateList.php index dfaf8e37..1af3d38c 100644 --- a/MailTemplateList.php +++ b/MailTemplateList.php @@ -1,17 +1,22 @@ getAuthUser(); + if (!$au) { + die("NOT authenticated"); + } + $this->authUser = $au; + return true; + } -?> + function get() + { + print_r('run'); + } + +} -- 2.39.2