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
+8
View File
@@ -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>