Automatically exported from code.google.com/p/planningalerts
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
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');
-
- ?>
|