fixed an error, added entries

This commit is contained in:
eclipse 2025-02-28 20:47:15 +01:00
parent d91e073481
commit b9e3bee4b0

View File

@ -30,8 +30,11 @@ EXTRA_PATH_METADATA = {
'php/settings.php': {'path': 'settings.php'},
'php/subscribe.php': {'path': 'subscribe.php'},
'php/confirm.php': {'path': 'confirm.php'},
'php/unsubscribes.php': {'path': 'unsubscribe.php'},
'php/contact.php': {'path': 'contact.php'}
'php/unsubscribe.php': {'path': 'unsubscribe.php'},
'php/contact.php': {'path': 'contact.php'},
'php/Exception.php': {'path': 'Exception.php'},
'php/PHPMailer.php': {'path': 'PHPMailer.php'},
'php/SMTP.php': {'path': 'SMTP.php'},
}