mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-09-04 09:27:17 +00:00
Update process.php
This commit is contained in:
@@ -77,6 +77,7 @@ class Process {
|
|||||||
$text = preg_replace("'%ACTIVATE%'", $_POST['activate'], $text);
|
$text = preg_replace("'%ACTIVATE%'", $_POST['activate'], $text);
|
||||||
$text = preg_replace("'%ARANK%'", $_POST['admin_rank'], $text);
|
$text = preg_replace("'%ARANK%'", $_POST['admin_rank'], $text);
|
||||||
$text = preg_replace("'%QUEST%'", $_POST['quest'], $text);
|
$text = preg_replace("'%QUEST%'", $_POST['quest'], $text);
|
||||||
|
$text = preg_replace("'%QTYPE%'", $_POST['qtype'], $text);
|
||||||
$text = preg_replace("'%BEGINNER%'", $_POST['beginner'], $text);
|
$text = preg_replace("'%BEGINNER%'", $_POST['beginner'], $text);
|
||||||
$text = preg_replace("'%STARTTIME%'", time(), $text);
|
$text = preg_replace("'%STARTTIME%'", time(), $text);
|
||||||
$text = preg_replace("'%DOMAIN%'", $_POST['domain'], $text);
|
$text = preg_replace("'%DOMAIN%'", $_POST['domain'], $text);
|
||||||
|
|||||||
Reference in New Issue
Block a user