game/show_reg_img/.htaccess

8 lines
129 B
ApacheConf
Raw Normal View History

2022-06-06 21:30:34 +00:00
<IfModule mod_php4.c>
php_value register_globals 1
php_value session.auto_start 1
php_flag session.auto_start 1
</IfModule>