Automatically exported from code.google.com/p/planningalerts
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
123456789 |
- <?php
- print get_include_path();
- //add the absolute include paths
- set_include_path(get_include_path() . ":" . dirname(__FILE__) . '/../docs/include' . ":" . dirname(__FILE__) . '/../docs/include/PEAR');
-
- //add conf file for the main web app
- require_once('config.php');
-
- ?>
|