initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:13:14 +00:00
commit e8fa4b7ae6
80 changed files with 3318 additions and 0 deletions

8
config.php.example Normal file
View File

@@ -0,0 +1,8 @@
<?
$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";
?>