Warning: session_start(): open(/var/lib/php/sessions/sess_a333s9s67ckenm4ebg4vu3rsb6, 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
cmodule2 SalterService > DynPrintLog {
set flag NoNanoHTTPD.
!include #1029545 // API for Eleu
switchable S allowedIP;
switchable S passwordLocation;
O html(IWebRequest req) ctex {
if (!eq(req.clientIP(), allowedIP))
ret "Not allowed";
if (empty(passwordLocation) || !fileExists(passwordLocation))
ret "Misconfigured";
ret md5(req.get("pw") + trimLoadTextFile(passwordLocation));
}
}