mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu version 1.2.16
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<?php
|
||||
$custom404file = "../server/404imagepath.txt";
|
||||
|
||||
//------------------------
|
||||
|
||||
$servernamefile = "../server/servername.txt";
|
||||
|
||||
//-------------------------------------
|
||||
@@ -38,6 +42,9 @@ $termsdata = file_get_contents($termsfile);
|
||||
<div class="p2c"><?php echo $domain;?></div>
|
||||
|
||||
<div class="err404">
|
||||
<?php if(!(empty($custom404file))){?>
|
||||
<img src="<?php echo file_get_contents($custom404file);?>">
|
||||
<?php }?>
|
||||
<h1>404 Not found</h1>
|
||||
<p>申し訳ございませんがお探しのページは見つかりませんでした!<br>ページの移動や削除が行われた可能性がございます。</p>
|
||||
</div>
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<?php
|
||||
|
||||
$custom503file = "../server/503imagepath.txt";
|
||||
|
||||
//-------------------------
|
||||
|
||||
$servernamefile = "../server/servername.txt";
|
||||
|
||||
//-------------------------------------
|
||||
@@ -38,6 +43,9 @@ $termsdata = file_get_contents($termsfile);
|
||||
<div class="p2c"><?php echo $domain;?></div>
|
||||
|
||||
<div class="err404">
|
||||
<?php if(!(empty($custom503file))){?>
|
||||
<img src="<?php echo file_get_contents($custom503file);?>">
|
||||
<?php }?>
|
||||
<h1>503 Service Unavailable</h1>
|
||||
<p>(´。_。`;)< サーバーに過負荷がかかっているようです...<br>時間をおいてから再度アクセスしてください!</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user