Raymond Cheng

Results 1 issues of Raymond Cheng

Hi In windows there have a little error under sr/config/config.php line 7. ``` ini_set( 'include_path', ini_get( "include_path" ) . ':' . BASEDIR ); ``` should be like this: ``` if...