OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Ryan Fox (rfoxnoguska.com)
Date: Fri Feb 08 2002 - 11:37:18 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    > Solution:
    > Use hard coded directory paths in the 'include' statements you use (same
    > goes for the 'require' statements).

    For PHP, good security practices include setting display_errors = Off in the
    php.ini configuration file. This will prevent errors such as this from
    displaying, resulting in no path information leaking to the client.

    Cheers,
    Ryan Fox