mirror of
https://github.com/Daichimarukana/uwuzu.git
synced 2026-06-04 19:14:41 +00:00
uwuzu v1.6.14 Hapuego
This commit is contained in:
@@ -8,6 +8,11 @@ $badpassfile = "server/badpass.txt";
|
||||
$badpass_info = file_get_contents($badpassfile);
|
||||
$badpass = preg_split("/\r\n|\n|\r/", $badpass_info);
|
||||
|
||||
$domain = $_SERVER['HTTP_HOST'];
|
||||
|
||||
$serverinfofile = 'server/info.txt';
|
||||
$serverinfo = file_get_contents($serverinfofile);
|
||||
|
||||
require('db.php');
|
||||
//関数呼び出し
|
||||
//- EXIF
|
||||
|
||||
Reference in New Issue
Block a user