mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-05 03:24:41 +00:00
uwuzu version 1.2.19
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
<?php }?>
|
||||
<a href="/search" class="btmbutton"><svg><use xlink:href="../img/sysimage/menuicon/search.svg#search"></use></svg></a>
|
||||
<a href="/settings" class="btmbutton"><svg><use xlink:href="../img/sysimage/menuicon/settings.svg#settings"></use></svg></a>
|
||||
<?php if($res["admin"] === "yes"){?>
|
||||
<a href="/settings_admin/serveradmin" class="btmbutton"><svg><use xlink:href="../img/sysimage/menuicon/server.svg#server"></use></svg></a>
|
||||
<?php }?>
|
||||
</div>
|
||||
</div>
|
||||
<?php ?>
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
<hr>
|
||||
<a href="/emoji/addemoji" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/addemoji.svg#addemoji"></use></svg>絵文字登録</a>
|
||||
<a href="/notice/addnotice" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/addnotice.svg#addnotice"></use></svg>お知らせ配信</a>
|
||||
<a href="/settings/serveradmin" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/server.svg#server"></use></svg>サーバー設定</a>
|
||||
<a href="/settings_admin/serveradmin" class="leftbutton"><svg><use xlink:href="../img/sysimage/menuicon/server.svg#server"></use></svg>サーバー設定</a>
|
||||
<?php }?>
|
||||
<hr>
|
||||
<form method="post">
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
$uwuzuinfo[$i] = ($softwaredata[$i]);
|
||||
}
|
||||
?>
|
||||
<h1>お知らせ</h1>
|
||||
<div class="noticearea">
|
||||
<h1>お知らせ</h1>
|
||||
<?php if(empty($notices)){?>
|
||||
<div class="noticebox">
|
||||
<h4>なし</h4>
|
||||
@@ -38,8 +38,8 @@
|
||||
</div>
|
||||
<?php }}?>
|
||||
</div>
|
||||
<h1>サーバー情報</h1>
|
||||
<div class="btmbox">
|
||||
<h1>サーバー情報</h1>
|
||||
<h2>Server</h2>
|
||||
<h3><?php echo file_get_contents($servernamefile);?></h3>
|
||||
<p><?php echo $domain;?></p>
|
||||
|
||||
Reference in New Issue
Block a user