CMS  Version 3.9
email_log_message.inc
Go to the documentation of this file.
1 <?php
2 Fakoli::using("email");
3 
4 if (!checkRole("admin"))
5 {
6  Fakoli::end("Permission Denied");
7 }
8 
9 $email_log_id = checkNumeric($_GET["email_log_id"]);
10 
11 if (!$email_log_id)
12 {
13  Fakoli::end("Missing Parameter");
14 }
15 
17 
18 echo $msg->format("{message}");
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition: core.inc:116
static end($message="")
Use this method to terminate execution of a script instead of using the php keywords exit() or die().
Definition: core.inc:1149
if(!checkRole("admin")) $email_log_id
if(! $email_log_id) $msg