Improved card fold, Added one to the index, Fixed typos

Update .gitignore, 403.php, and 4 more files...
This commit is contained in:
2022-09-22 12:46:12 +02:00
parent 2555400b2d
commit 4a8b815b6e
6 changed files with 53 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ include_once 'modals.php';
$debuggingText = "Referrer: " . (
array_key_exists('HTTP_REFERER', $_SERVER) ? htmlspecialchars($_SERVER['HTTP_REFERER']) : "<i>Not present in request !</i>"
) . "<br>";
$debuggingText .= "<br>TODO: Add more info once the cache if properly configured for 4xx errors !";
$debuggingText .= "<br>TODO: Add more info once the cache is properly configured for 4xx errors !";
add_code_modal(
"http-error",
localize('modal.title.debugging'),