[ PHPXref.com ] [ Generated: Sun Jul 20 21:01:19 2008 ] [ WebCollab 2.00 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> path_config.php (source)

   1  <?php
   2  
   3  require_once ('path.php');
   4  
   5  //path to config file
   6  define('BASE_CONFIG', BASE.'config/' );
   7  //path to CSS files
   8  define('BASE_CSS', BASE.'css/' );
   9  
  10  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]