Skip to content

Commit

Permalink
Merge commit from fork
Browse files Browse the repository at this point in the history
#advisory-fix-1 Fix for no authentication check when saving config files
  • Loading branch information
Alex-developer authored Sep 13, 2024
2 parents d194554 + a4e6404 commit e7db7bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions html/includes/save_file.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<?php

include_once('functions.php');
initialize_variables();
define('RASPI_ADMIN_DETAILS', RASPI_CONFIG . '/raspap.auth');
include_once('raspap.php');
include_once('authenticate.php');

// On success, return a string that starts with "S\t" (for Success).
// On failure, return a string that starts with "E\t" (for Error).
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2023.05.01_04
v2023.05.01_05

0 comments on commit e7db7bb

Please sign in to comment.