dhtml_editor_helper Parse error
테스트 환경: Nginx + PHP 5.6.6
CIBoard Ver: 2.0.1
File Name: /application/helpers/dhtml_editor_helper.php
Error Line: 92
Error Msg:
Parse error: syntax error, unexpected '*', expecting ')' in /www/application/helpers/dhtml_editor_helper.php on line 92
수정전)
function ft_nonce_create( $action = '',$user='', $timeoutSeconds=60*60){
수정후)
function ft_nonce_create( $action = '',$user='', $timeoutSeconds=3600){