alpha_full/admin/maint/maint.debug.php
2026-04-06 22:58:51 +02:00

10 lines
304 B
PHP
Executable File

<?php
$debugMsg .= monDebug(1, [
'fileToRestor' => $fileToRestor,
'isMaintenance' => $isMaintenance,
'isMaintenance POST' => isset($_POST['isMaintenance'])?$_POST['isMaintenance']:'empty',
'codeOpe' => $codeOpe,
'affMaint' => $affMaint,
'auth' => $_SESSION['auth']
], 'maint.debug.php');
?>