Your IP : 216.73.217.79


Current Path : /var/www/cesa.co.za/ccmadmin/
Upload File :
Current File : /var/www/cesa.co.za/ccmadmin/CCMMessagesSent.php

<?php
session_start(); // Initialize Session data
ob_start(); // Turn on output buffering
?>
<?php include "ewcfg7.php" ?>
<?php include "ewmysql7.php" ?>
<?php include "phpfn7.php" ?>
<?php include "CCMMessagesinfo.php" ?>
<?php include "CCMUsersinfo.php" ?>
<?php include "userfn7.php" ?>
<?php
$_SESSION[EW_PROJECT_NAME . "_CCMMessages_searchwhere"] = "SentByName LIKE '%CETA Programme Coordinator%'";
$_SESSION[EW_PROJECT_NAME . "_CCMMessages_where"] = "SentByName LIKE '%CETA Programme Coordinator%'";

header("Location: http://www.cesa.co.za/ccmadmin/CCMMessageslist.php");
?>