1
0
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:
daichimarukana
2023-09-05 00:45:17 +09:00
parent 349025be47
commit b607bf1619
20 changed files with 1458 additions and 14 deletions
+7
View File
@@ -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>