preliminary network abstraction, configurable debugging.

This commit is contained in:
Mike Macgirvin 2010-09-26 16:30:21 -07:00
parent 0ebd4aa783
commit b91494d22e
10 changed files with 176 additions and 141 deletions

View file

@ -1,6 +1,5 @@
<?php
$debugging = false;
require_once('boot.php');
@ -18,6 +17,8 @@
require_once('include/Contact.php');
$debugging = get_config('system','debugging');
$a->set_baseurl(get_config('system','url'));
$contacts = q("SELECT * FROM `contact`