<?php
/*-------------------------------------------------------+
| PHPFusion Content Management System
| Copyright (C) PHPFusion Inc
| https://www.php-fusion.co.uk/
+--------------------------------------------------------+
| Filename: messages.php
| Author: PHPFusion Development Team
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/
require_once "maincore.php";
if (!iMEMBER) {
redirect("index.php");
}
require_once THEMES."templates/header.php";
//include LOCALE.LOCALESET."messages.php";
//include THEMES."templates/global/messages.php";
$message = new \PHPFusion\PrivateMessages();
$message->display_inbox();
display_inbox($message->getInfo());
require_once THEMES."templates/footer.php";
<?php
if (!defined("IN_FUSION")) {
die("Access Denied");
}
if (iMEMBER) { redirect(BASEDIR."messages.php"); }
Category Forum
Modifications and Requests - 9Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions