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