0
0

Moved library files.

This commit is contained in:
Bryan Pedini
2019-03-18 10:34:17 +01:00
parent a37b863eb7
commit 81134c90e6
4 changed files with 18 additions and 2 deletions

15
lib/php/login.php Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>BJPHoster URL Shortener | Login</title>
</head>
<body>
<input type="text" id="form-username"><br>
<input type="password" id="form-password"><br>
<button onclick="login()">Login</button><br>
<div id="responsetext"></div>
<script src="js/sha512.min.js"></script>
<script src="js/login.js"></script>
<script>var script_name = "<?=substr($_SERVER['SCRIPT_NAME'],0,-10)?>";</script>
</body>
</html>