您好!
請問若修改
「/plugins/authimage/class/security/authimagefilter.class.php」
行42
if( $request->getValue( "op" ) != "AddComment" ) {
改成
$_check_op=array("AddComment","AddGuestbookPost","ReplyGuestbookPost");
if( !in_array($request->getValue( "op" ),$_check_op) ) {
會出現底下錯誤訊息,但若不改其實圖形驗證不用輸入照樣可以留言,只有唬人的效果
Parse error: syntax error, unexpected '@' in C:\AppServ\www\lifetype-1.2.4\plugins\authimage\class\security\authimagefilter.class.php on line 45
肯請先進指導是那裡改錯了,好嗎?
謝謝您!