mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-10 05:11:00 +00:00
big update
This commit is contained in:
@@ -55,11 +55,9 @@ div.c1 {text-align: center}
|
||||
$timestamp = $database->isDeleting($session->uid);
|
||||
if($timestamp) {
|
||||
echo "<td colspan=\"2\" class=\"count\">";
|
||||
if($timestamp > time()+48*3600) {
|
||||
echo "<a href=\"spieler.php?s=3&id=".$session->uid."&a=1&e=4\"><img
|
||||
class=\"del\" src=\"img/x.gif\" alt=\"Cancel process\"
|
||||
title=\"Cancel process\" /> </a>";
|
||||
}
|
||||
$time=$generator->getTimeFormat(($timestamp-time()));
|
||||
echo "<a href=\"spieler.php?s=3\"> The account will be deleted in <span
|
||||
id=\"timer1\">".$time."</span> .</a></td>";
|
||||
|
||||
Reference in New Issue
Block a user