Yes it works if I use this in
.htaccess
Code:
php_value register_globals 1
(i know, it shouldn't be that way but some people just don't bother to improve their old codes because they _work_
)
But since we've got quite a few people putting this in
user's php.ini file in their www directory:
Is there anyway to make user's php.ini being recognized by lsws/php?
Thanks.