Hi.
With 4.4.2 + Apache 2.0 on Linux, I've got these PHP lines
within '/var/-------
print "Here 1";
include ('/var/print "Here 2";
-------
I get "Here 1" message, but not "Here 2", and
'/var/ does exist.
I chowned '/var/ for root.root, and
chmoded with 777 permissions.
What am I doing wrong? Thank you very much
With 4.4.2 + Apache 2.0 on Linux, I've got these PHP lines
within '/var/-------
print "Here 1";
include ('/var/print "Here 2";
-------
I get "Here 1" message, but not "Here 2", and
'/var/ does exist.
I chowned '/var/ for root.root, and
chmoded with 777 permissions.
What am I doing wrong? Thank you very much