forked from hitsme/y2b
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.php
More file actions
32 lines (32 loc) · 937 Bytes
/
config.php
File metadata and controls
32 lines (32 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
define('ROOT_PART', Root_part());
define('APIKEY', 'AIzaSyAbF_KymuScPEZ61g6fCWF6nqXBv3JdHVQ');
define('GJ_CODE', 'US');
define('SITE_NAME', 'sy2b');
define('TITLENAME', 'sy2b');
define('EN2DEKEY', '32123wwerwer3123tgfdgds');
define('EMAIL', '1334347212@qq.com');
define('NAME', 'admin');
define('PASSWORD', 'admin1234');
define('LOGINHTML', '<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="Login.css"/>
</head>
<body>
<center>
<p id="login">
<h1>怫</h1>
<form method="post" style="margin:0px auto;">
<input type="text" required="required" placeholder="Óû§Ãû" name="name"></input>
<br>
<input type="password" required="required" placeholder="ÃÜÂë" name="password"></input>
<button class="but" type="submit">怬</button>
</form>
</p>
</center>
</body>
</html>');
?>