9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
<?
|
|
$conf_basePath="/home/pope/public_html/webthink/";
|
|
$conf_mapPath=$conf_basePath . "/maps/";
|
|
$conf_dbname=$conf_basePath . "WebThink.db";
|
|
$conf_appName="WebThink";
|
|
$conf_appURL="http://localhost/~pope/webthink/";
|
|
$conf_mailAddress="webmaster@webthink.net";
|
|
?>
|