0
0
Commit Graph

5 Commits

Author SHA1 Message Date
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
5a75d5335e
Corrected URI splitting when last character is a "/" 2019-03-25 10:47:29 +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
7acb2ca533
Refactored the website
Renamed "includes" to "templates"
Added .htaccess to redirect requests to index.php
Added function to split request URL into array
Corrected locations in scripts and pages
2019-02-07 12:36:44 +01:00
Bryan Pedini
9888403935
first version of the website, it works as intended. 2019-01-26 23:34:48 +01:00