From: Edward Date: Wed, 19 Feb 2014 06:30:56 +0000 (+0800) Subject: MailTemplateList.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=bb3a1c6722be3a6547474e96821d62870e931d99 MailTemplateList.php --- 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'); + } + +}