0
0
Commit Graph

17 Commits

Author SHA1 Message Date
Bryan Pedini
68884270f3 Moved all configurations away from $GLOBALS to independent variables 2019-07-18 11:38:03 +02:00
Bryan
8abf2c5e8a deleted config.json - no more need of it, added installer to create config.json 2019-06-02 15:20:08 +02:00
Bryan
6294ae5d50 Prepared website with even cleaner file structure and layout 2019-05-29 19:33:35 +02:00
Bryan
b21dd0518d Website refactored
Prepared the website structure for the new layout
2019-05-29 19:03:06 +02:00
Bryan
eeffcd93cf Corrected error page including directory 2019-05-29 18:51:11 +02:00
Bryan Pedini
08f540057f Corrected redirect bug - fixed request_uri position during checks. 2019-04-30 12:00:55 +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
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
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
Bryan Pedini
a37b863eb7 Corrected logout redirection 2019-02-26 10:07:30 +01:00
Bryan Pedini
6cfbc1f7ea Corrected link forwarding check 2019-02-14 12:31:28 +01:00
Bryan Pedini
168f4ece75 Added licensing, redirected null /go requests to homepage, corrected 404 errors. 2019-02-08 10:14:22 +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
9210890eda Minor bug fixes, added URL link on redirect page. 2019-02-07 11:51:47 +01:00
Bryan Pedini
9888403935 first version of the website, it works as intended. 2019-01-26 23:34:48 +01:00