Automatically exported from code.google.com/p/planningalerts
You can not select more than 25 topics 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. ?>