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

@ -77,9 +77,6 @@ function profile_init(&$a) {
function profile_content(&$a, $update = 0) {
file_put_contents('uid.log',"{$_SERVER['QUERY_STRING']} ". session_id() . "\n", FILE_APPEND);
require_once("include/bbcode.php");
require_once('include/security.php');