phpservermon/src/psm
scheibling e28192278c
Update FreeMobileSMS.php - Fix encoding bug (#1132)
Fix the URL encoding by changing urlencode to rawurlencode, since the former uses + instead of %20 to encode an URL and is meant for form submissions. Rawurlencode is meant for creating URLs, and should fix bug #1120
2021-06-23 22:47:27 +02:00
..
Module add feature "add url" to email and telegram (#1085) 2021-04-15 01:50:44 +02:00
Service SECURITY: Replaced mt_rand with random_bytes 2021-06-23 22:06:34 +02:00
Txtmsg Update FreeMobileSMS.php - Fix encoding bug (#1132) 2021-06-23 22:47:27 +02:00
Util SECURITY: Replaced mt_rand with random_bytes 2021-06-23 22:06:34 +02:00
Router.php Implementing the PSR12 standard 2019-12-11 21:27:04 +01:00