Warning: session_start(): open(/var/lib/php/sessions/sess_n7fqde7slndkfdbdiv2f93elgh, 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
!7
module TestMySignature > DynSingleFunctionWithPrintLog {
void doIt {
S signed = signWithComputerIDAndDate("Here is a random text. " + randomID());
print(signed);
S author = getAuthorOfSignedText(signed);
print();
if (eq(author, computerID()))
infoBox("Signature Test OK!!");
else
infoBox("Signature couldn't be verified... :(");
}
}