root/_start.php

2831
1
<?php
1
<?php
2
2
3
define( "PATH_CODE_TO_DIAGRAM" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) );
3
define( "PATH_CODE_TO_DIAGRAM" , str_replace( "\\" , "/" , str_replace( basename( __FILE__ ) , "" , __FILE__ ) ) );
4
define( "PATH_CODE_TO_DIAGRAM_COMPONENT" , PATH_CORUJA . "components/" );
4
define( "PATH_CODE_TO_DIAGRAM_COMPONENT" , PATH_CODE_TO_DIAGRAM . "components/" );
5
5
6
require_once( PATH_CODE_TO_DIAGRAM_COMPONENT . "_start.php" );
6
require_once( PATH_CODE_TO_DIAGRAM_COMPONENT . "_start.php" );
7
7