mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-11 15:16:08 +00:00
improves by songeriux + minor changes by me
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ else if(isset($_GET['t'])) {
|
||||
switch($_GET['t']) {
|
||||
case 1:
|
||||
if(isset($_GET['id'])) {
|
||||
$id = $_GET['id'];
|
||||
$id = preg_replace("/[^a-zA-Z0-9_-]/","",$_GET['id']);
|
||||
}
|
||||
include("Templates/Message/write.tpl");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user