Revision: 4859
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 24, 2008 10:02 by AgentPhoenix
Initial Code
if( ! isset( $system_path ) )
{
$system_path = './';
if( @realpath( $system_path ) !== FALSE )
{
$system_path = realpath( $system_path ) . '/';
}
}
$system_path = str_replace( "\\", "/", $system_path );
Initial URL
Initial Description
Initial Title
Dynamic System Path
Initial Tags
Initial Language
PHP