Cryptographp 4.5

Tasklist

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
Task Type Bug Report
Category Function
Status New
Assigned To Sylvain (hpsam)
Operating System All
Severity High
Priority Normal
Reported Version 0.8.1
Due in Version 0.8.2
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

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
This task depends upon

Loading...