0
0
Commit Graph

17 Commits

Author SHA1 Message Date
Bryan
63689ae0e9
Website refactored
Converted MySQLi Database.php class to PHP_PDO objects
2019-05-29 19:27:41 +02:00
Bryan
71e028cfdb
Removed unnecessary duplicated code for inserting new link to database 2019-05-29 19:16:11 +02:00
Bryan
e56b67bae7
Corrected password reset page inclusion in /lib/php/login.php 2019-05-29 19:06:48 +02:00
Bryan
94ea3a0168
Corrected management panel page title 2019-05-29 19:05:33 +02:00
Bryan
b9b4150bd1
Corrected login page title 2019-05-29 19:04:11 +02:00
Bryan
b21dd0518d
Website refactored
Prepared the website structure for the new layout
2019-05-29 19:03:06 +02:00
Bryan Pedini
98e88faef8
Corrected bad check for database config 2019-04-30 12:34:26 +02:00
Bryan Pedini
08f540057f
Corrected redirect bug - fixed request_uri position during checks. 2019-04-30 12:00:55 +02:00
Bryan Pedini
fe09cd7496
Corrected error message 2019-04-11 12:54:14 +02:00
Bryan
81d21c311f
Minor changes
Moved config into $GLOBALS
Moved request_uri into $GLOBALS
Modified all files accordingly
Modified logout page for future improvements (not deleting the entire $_SESSION)
Fixed LICENSEs, moved LICENSE for PHP files in /lib/php subfolder instead of /lib
2019-04-06 11:57:35 +02:00
Bryan Pedini
18dc9b18d3
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
2019-03-25 11:27:37 +01:00
Bryan Pedini
f2678758fa
Added Favicon 2019-03-22 09:41:57 +01:00
Bryan Pedini
4a6630bacb
Refactored database, refactored config file, corrected login redirection
Moved database function in class "Database";
Corrected database-using webpages accordingly;
Moved config file from PHP to JSON with more config variables;
Corrected login page redirection on wrong username or password.
2019-03-21 12:07:23 +01:00
Bryan Pedini
4eaf1d0829
Corrected login page overflow 2019-03-18 11:38:00 +01:00
Bryan Pedini
9270128c6d
Corrected login form title. 2019-03-18 11:32:39 +01:00
Bryan Pedini
7b5a149477
Updated the login page with a new cool template.
Source template from https://bootsnipp.com/snippets/z8aQr.
2019-03-18 11:23:48 +01:00
Bryan Pedini
81134c90e6
Moved library files. 2019-03-18 10:34:17 +01:00