executable php files
-
It would really be nice if you would make the temporary captcha files non-executable. It should not be necessary for any php to be executable. You could replace the line in securimage_show.php from
@chmod( $img->captcha_path . $prefix . '.php', 0755 );
to
@chmod( $img->captcha_path . $prefix . '.php', 0644 );Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘executable php files’ is closed to new replies.