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
16
$msg
=
new
EmailLog
(
$email_log_id
);
17
18
echo
$msg
->format(
"{message}"
);
EmailLog
Definition:
email_log.inc:9
Fakoli\using
static using()
Import the datamodels, views and manifest for the specified component(s).
Definition:
core.inc:116
Fakoli\end
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
$email_log_id
if(!checkRole("admin")) $email_log_id
Definition:
email_log_message.inc:9
$msg
if(! $email_log_id) $msg
Definition:
email_log_message.inc:16
code
cms.sonjara.com
cms
components
email
handlers
email_log_message.inc
Generated on Tue Mar 23 2021 15:36:12 for CMS by
1.9.1