Roadmap for version 0.8.2 Expand all | Collapse all
100% of 1 tasks completed. 1 open tasks:
- FS#12 - Fatal error in sample-crypto.php page Expand Collapse
-
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