Automatically exported from code.google.com/p/planningalerts
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
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. ?>