FS#12 - Fatal error in sample-crypto.php page
Attached to Project:
Cryptographp 4.5
Opened by Sylvain (hpsam) - Wednesday, 28 May 2008, 18:26 GMT
Last edited by Sylvain (hpsam) - Wednesday, 28 May 2008, 18:27 GMT
Opened by Sylvain (hpsam) - Wednesday, 28 May 2008, 18:26 GMT
Last edited by Sylvain (hpsam) - Wednesday, 28 May 2008, 18:27 GMT
|
DetailsFatal error: Call to undefined function: () in /.../pages/sample-crypto.php on line 33
Change $crypt = isset($_POST['crypt'])?$striptags($_POST['crypt']):NULL; to $crypt = isset($_POST['crypt'])?strip_tags($_POST['crypt']):NULL; in pages/sample-crypto.php |
This task depends upon