Automatically exported from code.google.com/p/planningalerts
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
284 B

  1. <?php
  2. print get_include_path();
  3. //add the absolute include paths
  4. set_include_path(get_include_path() . ":" . dirname(__FILE__) . '/../docs/include' . ":" . dirname(__FILE__) . '/../docs/include/PEAR');
  5. //add conf file for the main web app
  6. require_once('config.php');
  7. ?>