mirror of
https://github.com/friendica/friendica
synced 2025-04-24 12:30:10 +00:00
preliminary network abstraction, configurable debugging.
This commit is contained in:
parent
0ebd4aa783
commit
b91494d22e
10 changed files with 176 additions and 141 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue