The install documents say about adding a php.ini file to every subfolder - however there are hundreds of them - surely we do not need to create it in every folder - this will take ages :(
Can anyone assist.
Thanks.
a) If PHP on your server is running in CGI mode, you need to create a php.ini file with the following contents: Then copy this file to every subfolder of Dolphin directory except for the following folders:
register_globals=Off
magic_quotes_gpc=On
allow_url_include=Off
upload_max_filesize=300M
post_max_size=300M
max_input_time=3000
max_execution_time=3000
memory_limit=128M
short_open_tag=On