404
This commit is contained in:
parent
0c75051a3d
commit
a390ce4e3c
2 changed files with 3 additions and 0 deletions
|
@ -75,8 +75,10 @@ switch ($request) {
|
||||||
$smarty->display('./../tpl/services.tpl');
|
$smarty->display('./../tpl/services.tpl');
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
http_response_code(404);
|
||||||
$smarty->assign('actualpage', "404");
|
$smarty->assign('actualpage', "404");
|
||||||
$smarty->assign('pagetitle', $lang_json["notfound"]);
|
$smarty->assign('pagetitle', $lang_json["notfound"]);
|
||||||
$smarty->display('./../tpl/404.tpl');
|
$smarty->display('./../tpl/404.tpl');
|
||||||
|
die();
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
1
public/srv.html
Normal file
1
public/srv.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fr-srv01
|
Loading…
Reference in a new issue