diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-26 16:30:21 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-26 16:30:21 -0700 |
commit | b91494d22ec1bcf7724f36c1df90d83178f6e47f (patch) | |
tree | 689ef1382e8e9c6a6fe98b59f6d7ece26ffce341 /mod/profile.php | |
parent | 0ebd4aa78303792a97c111229080224ba1bcf2de (diff) | |
download | volse-hubzilla-b91494d22ec1bcf7724f36c1df90d83178f6e47f.tar.gz volse-hubzilla-b91494d22ec1bcf7724f36c1df90d83178f6e47f.tar.bz2 volse-hubzilla-b91494d22ec1bcf7724f36c1df90d83178f6e47f.zip |
preliminary network abstraction, configurable debugging.
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/profile.php b/mod/profile.php index 7abc0e166..8c23b6c57 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -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'); |