Re: [PHP] Re: limit access to php page
[email protected] (Jim Giner)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 5/30/2013 10:22 AM, tamouse mailing lists wrote: >> So - the include method still works, as would the single script > 'controller' method. Within a php script any file is accessible (within > your domain at least) and may therefore be included and execute. > > I want to throw in a caveat here, and that is the open_basedir directive, > wbicb limits where you can include files from. > Once again - an additional truth provided. In my case, upon checking I see that setting was provided by my hoster and was set to null, so I was never aware of a possible restriction.