From 346df010a022e624d11fa77e8d7f569b998517aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 11 Aug 2022 06:38:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=A8=E3=83=A9=E3=83=BC=E3=83=9A=E3=83=BC?= =?UTF-8?q?=E3=82=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/index.php b/www/index.php index 52ab6b8..d84b4b3 100644 --- a/www/index.php +++ b/www/index.php @@ -85,6 +85,14 @@ else header('Location: '.$v); exit; } + else { + $title = '076エラー - 未検出'; + $h1 = '【404】未検出'; + $bg = 'daityan'; + $bgpos = 'top right 100px'; + $err = 'このURLを見つけられませんでした。'; + include_once('../views/404.php'); + } } } else if (!isset($_GET['url']) && $_SERVER['REQUEST_URI'] == '/') {