mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
preliminary network abstraction, configurable debugging.
This commit is contained in:
parent
0ebd4aa783
commit
b91494d22e
10 changed files with 176 additions and 141 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue