mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Add SQLite indexes for contenus page language/tag queries + WIP: Peertube orphans, dialogs, contact decoupling, context note, finality types
This commit is contained in:
@@ -24,6 +24,12 @@ try {
|
||||
$formData = $_SESSION['form_data'] ?? [];
|
||||
unset($_SESSION['form_data']);
|
||||
|
||||
// Default values for new TFE creation (no prior form data)
|
||||
if (empty($formData)) {
|
||||
$formData['exemplaire_baiu'] = true;
|
||||
$formData['exemplaire_erg'] = true;
|
||||
}
|
||||
|
||||
$siteSettings = Database::getInstance()->getAllSettings();
|
||||
$helpBlocks = Database::getInstance()->getAllFormHelpBlocks();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user