Improve SEO

This commit is contained in:
Jesús
2019-11-20 23:05:11 -05:00
parent 3b84a66708
commit 0c55be17bc
12 changed files with 292 additions and 219 deletions

View File

@@ -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'])));