N°8543 - Add checks on exec.php (#835)

This commit is contained in:
jf-cbd
2026-03-16 17:06:37 +01:00
committed by GitHub
parent e2994b645b
commit 4fe61cbdc7
12 changed files with 342 additions and 2 deletions

View File

@@ -41,6 +41,11 @@ SetupWebPage::AddModule(
'doc.manual_setup' => '',
'doc.more_information' => '',
// Security
'delegated_authentication_endpoints' => [
'ajax.backup.php',
],
// Default settings
//
'settings' => [

View File

@@ -37,6 +37,10 @@ SetupWebPage::AddModule(
// add your sample data XML files here,
],
'delegated_authentication_endpoints' => [
'ajax.php',
],
// Documentation
//
'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any