mirror of
https://github.com/itflow-org/itflow
synced 2026-03-01 03:14:52 +00:00
Prevent post pages being accessed directly
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* ITFlow - GET/POST request handler for DB / master key backup
|
||||
*/
|
||||
|
||||
defined('FROM_POST_HANDLER') || die("Direct file access is not allowed");
|
||||
|
||||
if (isset($_GET['download_database'])) {
|
||||
|
||||
validateCSRFToken($_GET['csrf_token']);
|
||||
|
||||
Reference in New Issue
Block a user