]> git.mxchange.org Git - friendica.git/commitdiff
some minor stuff
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 25 Nov 2017 15:45:20 +0000 (16:45 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 25 Nov 2017 15:45:20 +0000 (16:45 +0100)
util/global_community_block.php

index 705054bb79740779d4347ef9ab55003e3b62ebce..a0f8ec223b87de709188d80c0868e7e2b51e094d 100755 (executable)
@@ -19,7 +19,7 @@
  * License: AGPLv3 or later, same as Friendica
  **/
 
-if ($argc!=2 || $argv[1]=="-h" || $argv[1]=="--help" || $argv[1]=="-?") {
+if ($argc != 2 || $argv[1] == "-h" || $argv[1] == "--help" || $argv[1] == "-?") {
        echo "Usage: ".$argv[0]." [-h|profile_url]\r\n";
        echo "    -h, -?, --help ... show this help\r\n";
        echo "    profile_url ...... The URL of the profile you want to silence\r\n";
@@ -33,11 +33,11 @@ if ($argc!=2 || $argv[1]=="-h" || $argv[1]=="--help" || $argv[1]=="-?") {
 use Friendica\Database\DBM;
 use Friendica\Network\Probe;
 
-require_once("boot.php");
+require_once('boot.php');
 require_once('include/dba.php');
-require_once("include/text.php");
+require_once('include/text.php');
 $a = get_app();
-require_once ".htconfig.php";
+require_once('.htconfig.php');
 
 dba::connect($db_host, $db_user, $db_pass, $db_data);
 unset($db_host, $db_user, $db_pass, $db_data);