1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-04 19:14:41 +00:00

uwuzu v1.6.0 Hapuego

This commit is contained in:
だいちまる
2025-08-05 13:46:18 +09:00
parent 0d7c0a8879
commit e15b52a205
70 changed files with 7406 additions and 5172 deletions
+2 -2
View File
@@ -100,13 +100,13 @@ switch ($error_code) {
<div class="err404">
<?php
if($error_code === 404){
if(!(empty($custom404file))){
if(!(empty(file_get_contents($custom404file)))){
?>
<img src="<?php echo file_get_contents($custom404file);?>">
<?php
}
}elseif($error_code === 503){
if(!(empty($custom503file))){?>
if(!(empty(file_get_contents($custom503file)))){?>
<img src="<?php echo file_get_contents($custom503file);?>">
<?php
}