mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24: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>
|
||||
|
||||
Reference in New Issue
Block a user