game/show_reg_img/.htaccess
2022-06-07 00:30:34 +03:00

8 lines
129 B
ApacheConf

<IfModule mod_php4.c>
php_value register_globals 1
php_value session.auto_start 1
php_flag session.auto_start 1
</IfModule>