fixed an error, added entries
This commit is contained in:
parent
d91e073481
commit
b9e3bee4b0
@ -30,8 +30,11 @@ EXTRA_PATH_METADATA = {
|
|||||||
'php/settings.php': {'path': 'settings.php'},
|
'php/settings.php': {'path': 'settings.php'},
|
||||||
'php/subscribe.php': {'path': 'subscribe.php'},
|
'php/subscribe.php': {'path': 'subscribe.php'},
|
||||||
'php/confirm.php': {'path': 'confirm.php'},
|
'php/confirm.php': {'path': 'confirm.php'},
|
||||||
'php/unsubscribes.php': {'path': 'unsubscribe.php'},
|
'php/unsubscribe.php': {'path': 'unsubscribe.php'},
|
||||||
'php/contact.php': {'path': 'contact.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'},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user