I noticed i have different php.ini file for a user account i created
user1 has the following in phpinfo page
open_basedir no value
but user2 the user which i am having issues with has this in phpinfo page
open_basedir /home/user2/:/tmp:/var/tmp:/usr/local/lib/php/
How can i change that of user2 to look like user1? set to no value?
Thanks
user1 has the following in phpinfo page
open_basedir no value
but user2 the user which i am having issues with has this in phpinfo page
open_basedir /home/user2/:/tmp:/var/tmp:/usr/local/lib/php/
How can i change that of user2 to look like user1? set to no value?
Thanks