root/_start.php
Author: blaine
File Size: 274 Bytes
(April 05, 2009 13:36 UTC) About 3 years ago
wrong const name
<?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" ); ?> |