Current Path : /web/htdocs/www.entinoprofit.org/home/lists/admin/actions/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/lists/admin/actions/markread.php

<?php

$readmessagesconf = getConfig('readnews'.$_SESSION['logindetails']['id']);
$readmessages = unserialize($readmessagesconf);

$new = $_GET['id'];
$readmessages[] = $new;
SaveConfig('readnews'.$_SESSION['logindetails']['id'], serialize($readmessages), 0, 1);
$status = '<script type="text/javascript"> $(".closethisone").hide();</script>';