]> git.mxchange.org Git - friendica.git/blobdiff - include/cli_startup.php
added much more curly braces + space between "if" and brace
[friendica.git] / include / cli_startup.php
index d43bc1c947b4a70ebc591c0151e0260bccdfea7a..4cb86adef8db34d4673c79e32d52a76b4db3a617 100644 (file)
@@ -11,7 +11,7 @@ function cli_startup() {
        if(is_null($a)) {
                $a = new App;
        }
-  
+
        if(is_null($db)) {
            @include(".htconfig.php");
        require_once("dba.php");