Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F883605
motd.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
662 B
Subscribers
None
motd.php
View Options
<?php
/*
* Zed
* (c) 2010, Dereckson, some rights reserved
* Released under BSD license
*
* Raw text or HTML content
*/
//
// Handles form
//
if
(
$_REQUEST
[
'text'
])
{
require_once
(
'includes/objects/motd.php'
);
$motd
=
new
MOTD
();
$motd
->
text
=
$_REQUEST
[
'text'
];
$motd
->
perso_id
=
$CurrentPerso
->
id
;
$motd
->
save_to_database
();
$smarty
->
assign
(
'WAP'
,
lang_get
(
'Published'
));
}
//
// HTML output
//
//Serves header
$smarty
->
assign
(
'PAGE_TITLE'
,
lang_get
(
'PushMessage'
));
include
(
'header.php'
);
//Serves content
$smarty
->
display
(
'motd_add.tpl'
);
//Servers footer
include
(
'footer.php'
);
?>
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, Apr 5, 19:08 (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
22758
Default Alt Text
motd.php (662 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment