Fix formatting all around
This commit is contained in:
parent
669c7dea59
commit
fe89e7760e
7 changed files with 29 additions and 25 deletions
|
|
@ -5,11 +5,11 @@
|
|||
use Friendica\App;
|
||||
use Friendica\Core\PConfig;
|
||||
|
||||
require_once("mod/network.php");
|
||||
require_once("include/group.php");
|
||||
require_once "mod/network.php";
|
||||
|
||||
function update_network_content(App $a) {
|
||||
|
||||
function update_network_content(App $a)
|
||||
{
|
||||
$profile_uid = intval($_GET["p"]);
|
||||
|
||||
header("Content-type: text/html");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue