Disable until its less disruptive for multiple tabs
This commit is contained in:
parent
7b9892b414
commit
8c7677bbb2
|
|
@ -51,13 +51,13 @@
|
|||
$search = strtolower($_GET["search"]);
|
||||
}
|
||||
|
||||
//validate the token
|
||||
$token = new token;
|
||||
if (!$token->validate($_SERVER['PHP_SELF'])) {
|
||||
message::add($text['message-invalid_token'],'negative');
|
||||
header('Location: /');
|
||||
exit;
|
||||
}
|
||||
//validate the token
|
||||
//$token = new token;
|
||||
//if (!$token->validate($_SERVER['PHP_SELF'])) {
|
||||
// message::add($text['message-invalid_token'],'negative');
|
||||
// header('Location: /');
|
||||
// exit;
|
||||
//}
|
||||
|
||||
//include css
|
||||
//echo "<link rel='stylesheet' type='text/css' href='/resources/fontawesome/css/all.min.css.php'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue