Hpsam tracker -
https://outils.hpsam.info/tracker/
Hpsam tracker - Cryptographp 4.5: Recently edited tasks
2008-05-28T18:27:16Z
-
FS#12: Fatal error in sample-crypto.php page
https://outils.hpsam.info/tracker/index.php?do=details&task_id=12
2008-05-28T18:27:16Z
Sylvain
Fatal 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
Change
$crypt = isset($_POST['crypt'])?$striptags($_POST['crypt']):NULL;
to
$crypt = isset($_POST['crypt'])?strip_tags($_POST['crypt']):NULL;
in pages/sample-crypto.php]]>