Renamed 'reinitialise' file to html extension for better detection by Github
This commit is contained in:
parent
f13d2ed907
commit
f61fc283c0
33
admin/db_management/reinitialise.html
Normal file
33
admin/db_management/reinitialise.html
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||||
|
<link rel="stylesheet" href="/styles/admin.css" />
|
||||||
|
<link rel="stylesheet" href="/styles/admin_nav.css" />
|
||||||
|
<link rel="stylesheet" href="/styles/db_management.css" />
|
||||||
|
<script src="/scripts/tools.js"></script>
|
||||||
|
<script>verifyPageInFrame()</script>
|
||||||
|
<title>TROJAN'S GENERAL DATA SHIT</title>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body id="generalBody">
|
||||||
|
<div id="warningPanel">
|
||||||
|
<h2>DATABASE RE-INITIALIZATION</h2>
|
||||||
|
<hr>
|
||||||
|
<p></p>
|
||||||
|
<h3>THIS IS VERY DANGEROUS</h3>
|
||||||
|
<h4>ONLY CLICK THE BUTTON IF YOU ARE</h4>
|
||||||
|
<h4>ABSOLUTELY 100% SURE YOU WANT TO</h4>
|
||||||
|
<h4>DO THIS. THIS WILL DELETE ABSOLUTELY</h4>
|
||||||
|
<h4>EVERYTHING ON THIS SERVER, EXCEPT</h4>
|
||||||
|
<h4>FOR ADMIN ACCOUNTS.</h4>
|
||||||
|
<p></p>
|
||||||
|
<hr>
|
||||||
|
<h2>ARE YOU ABSOLUTELY SURE?!</h2>
|
||||||
|
<a href="initialise.php" target="dataFrame" class="navLink" id="confirmButton">YES</a>
|
||||||
|
<p> </p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user