Warning: session_start(): open(/var/lib/php/sessions/sess_5l45k6r07h8aok7cdls3ef32a7, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
// returns XML
sS lox24_sendSMS(S konto, S password, int service, S from, S to, S text, bool unicode) {
ret postPage("https://www.lox24.eu/API/httpsms.php",
+konto,
password := md5(password),
+service,
+text,
+from,
+to,
return := "xml",
httphead := 0,
encoding := unicode ? 1 : 0);
}