mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
fix: remove Post-ERG branding → XAMXAM; drop legacy posterg nginx symlink in deploy script; rename posterg.db → xamxam.db
This commit is contained in:
@@ -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)
|
||||
*/
|
||||
|
||||
@@ -34,7 +34,7 @@ class SmtpRelay {
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'from_email' => '',
|
||||
'from_name' => 'Post-ERG',
|
||||
'from_name' => 'XAMXAM',
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user