Added credits and functions.inc.php

This commit is contained in:
Łukasz 2020-12-03 01:31:04 +01:00
parent 4b6c24cc56
commit 2edefb1d15
No known key found for this signature in database
GPG Key ID: DE80F2683E939B1F
2 changed files with 7 additions and 0 deletions

View File

@ -93,6 +93,10 @@ The following people have contributed to the development of PHP Server Monitor:
* Discord webhook support
* Łukasz Szczepański - https://github.com/NixNotCastey
* PromoSMS gateway
Translators
+++++++++++

View File

@ -799,6 +799,9 @@ namespace {
case 'smsapi':
$sms = new \psm\Txtmsg\SMSAPI();
break;
case 'promosms':
$sms = new \psm\Txtmsg\PromoSMS();
break;
}
// copy login information from the config file