0
0
Commit Graph

11 Commits

Author SHA1 Message Date
Bryan Pedini
22e22c7de0
corrected newly inserted URLs not appearing in URL list in real time (fix #2) 2019-06-16 06:11:47 +02:00
Bryan
6c50b051bc
Added secondary security login with double password 2019-06-06 00:59:20 +02:00
Bryan
3ad9729947
Removed unnecessary logging (redundant) 2019-06-02 16:34:16 +02:00
Bryan
312d03599f
Added new lines at the end of files, added edit functionality 2019-06-02 14:46:51 +02:00
Bryan
ed20989e14
Modified function name 2019-06-02 09:32:36 +02:00
Bryan
7dd72e6b92
Moved logout function in dedicated file 2019-06-02 09:31:04 +02:00
Bryan
04df25c00d
Moved insertnew.js->manage.js, modified manage.php accordingly 2019-06-02 09:30:08 +02:00
Bryan
1854bac048
Corrected some javascript 2019-06-02 09:27:47 +02:00
Bryan
b48d8da271
small login adjustements, finished unminimizing sha512.js 2019-05-30 14:17:10 +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