php.ini definition should be say somewhe
Brought to you by:
delson
Current phpfwgen release needs definition in newer php.ini:
register_globals = On
I don't remember was it 4.2.0, which puts global
variables Off by default.
Althought it should be coded so, that it does not use
variables that way...
(yes I know I have also used it so...)
but anyway, it works fine and does not need too many
library patches...
nice