You've already forked OpenShorte.old
Website refactoring
Moved PHP files to "lib" folder Moved Javascript files to "lib" folder Moved login page inline CSS to "login.css" Moved database functions to class "Database" Removed the html template, compensated with a direct HTML code inside PHP "else" statement
This commit is contained in:
13
lib/php/forgot.php
Normal file
13
lib/php/forgot.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
?>
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>BJPHoster URL Shortener | Password Reset</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<p>Reset your password here - Placeholder</p>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user