fix: remove Post-ERG branding → XAMXAM; drop legacy posterg nginx symlink in deploy script; rename posterg.db → xamxam.db

This commit is contained in:
Pontoporeia
2026-04-30 11:10:07 +02:00
parent c949cf9481
commit 68e30abb56
20 changed files with 36 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
<?php
/**
* Unified Database connection class for Post-ERG thesis database
* Unified Database connection class for XAMXAM thesis database
* Combines functionality from both front-backend and formulaire
* Supports both singleton (front-backend) and direct instantiation (formulaire)
*/

View File

@@ -34,7 +34,7 @@ class SmtpRelay {
'username' => '',
'password' => '',
'from_email' => '',
'from_name' => 'Post-ERG',
'from_name' => 'XAMXAM',
];
}