Improve SEO
This commit is contained in:
@@ -27,7 +27,7 @@ if(empty($_POST['name']) ||
|
||||
header( "Location: {$return_url}");
|
||||
} else {
|
||||
|
||||
$DATE_FORMAT = "Y-m-d H:i";
|
||||
$DATE_FORMAT = "Y-m-d H:i:s";
|
||||
$publish = date($DATE_FORMAT);
|
||||
|
||||
$name = strip_tags(utf8_decode(htmlspecialchars($_POST['name'])));
|
||||
|
||||
Reference in New Issue
Block a user