Automatically exported from code.google.com/p/planningalerts
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
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');
-
- ?>
|