improves by songeriux + minor changes by me

This commit is contained in:
unknown
2012-06-13 17:16:58 +03:00
parent f5087e1ccc
commit c7e6faebc4
23 changed files with 110 additions and 90 deletions
+1 -1
View File
@@ -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;