Initial Checkin.

This commit is contained in:
chriz
2026-08-12 14:06:49 +02:00
commit eb28b95cd4
204 changed files with 50443 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
require_once __DIR__ . '/lib/Helper.php';
require_once __DIR__ . '/lib/Session.php';
$session = new Session();
switch ($_GET['action']) {
case 'dialog':
$session->set('dialog', 'dismissed');
break;
}