Voting

: five minus one?
(Example: nine)

The Note You're Voting On

jbezorg at gmail dot com
7 years ago
Ideally includes should be kept outside of the web root. That's not often possible though especially when distributing packaged applications where you don't know the server environment your application will be running in. In those cases I use the following as the first line.

( __FILE__ != $_SERVER['SCRIPT_FILENAME'] ) or exit ( 'No' );

<< Back to user notes page

To Top