N°3393 - Remove WebPages deprecated in 3.0.0

This commit is contained in:
Anne-Cath
2025-07-29 10:59:04 +02:00
parent 271a1f66c1
commit 2f8b35c153
13 changed files with 1 additions and 118 deletions

View File

@@ -283,8 +283,6 @@ try {
switch ($sTargetRoute) {
case 'inform_after_setup':
// Hidden IFRAME at the end of the setup
require_once (APPROOT.'/application/ajaxwebpage.class.inc.php');
$sParamToken = utils::ReadParam('setup_token');
$oTokenValidation = new TokenValidation();
$bIsTokenValid = $oTokenValidation->isSetupTokenValid($sParamToken);