|
From: Patrick C. <pco...@us...> - 2005-08-20 08:13:37
|
Update of /cvsroot/pn-commerce/pn-commerce In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16186 Modified Files: pnadmin.php Log Message: made a small change to ignore md5 check and start it automatically if curl is present. older version fired up an error on some systems. Index: pnadmin.php =================================================================== RCS file: /cvsroot/pn-commerce/pn-commerce/pnadmin.php,v retrieving revision 1.266 retrieving revision 1.267 diff -C2 -d -r1.266 -r1.267 *** pnadmin.php 8 Aug 2005 19:39:05 -0000 1.266 --- pnadmin.php 20 Aug 2005 08:13:29 -0000 1.267 *************** *** 2607,2612 **** $checkmd5 = ($checkmd5==1) ? true : false; ! $curl = true; ! if( ($checkmd5==true) && (function_exists('curl_init')==false) ) { $checkmd5 = false; --- 2607,2612 ---- $checkmd5 = ($checkmd5==1) ? true : false; ! $curl = true;//($checkmd5==true) && ! if( (function_exists('curl_init')==false) ) { $checkmd5 = false; |