root/_start.php

User picture

Author: blaine

Revision: 262 («Previous)


File Size: 274 Bytes

(April 05, 2009 13:36 UTC) About 3 years ago

wrong const name

 
Show/hide line numbers
<?php

define( "PATH_CODE_TO_DIAGRAM" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) );
define( "PATH_CODE_TO_DIAGRAM_COMPONENT" , PATH_CODE_TO_DIAGRAM . "components/" );

require_once( PATH_CODE_TO_DIAGRAM_COMPONENT . "_start.php" );

?>