Misc cleanups (#5417)
* Fixed http://github to https://github Signed-off-by: Roland Häder <roland@mxchange.org> * reverted back Signed-off-by: Roland Häder <roland@mxchange.org> * Added type-hint 'array' as the method uses foreach() on it. Signed-off-by: Roland Häder <roland@mxchange.org> * Tpzo fixed ... Signed-off-by: Roland Häder <roland@mxchange.org> * Added missing new-line at end of file, will make some POSIX parsers being lesser confused ... Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
parent
01b67c4eb3
commit
36c6e35c7e
7 changed files with 61 additions and 16 deletions
|
@ -7,4 +7,4 @@
|
|||
;consumersecret = mysqlusername
|
||||
|
||||
INI;
|
||||
// Keep this line
|
||||
// Keep this line
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
; CONFIG.INI.PHP
|
||||
|
||||
; This file declares the default values for the base config of Friendica.
|
||||
; These configuration values aren't accessible from the admin settings page and custom values must be set in config/loca.ini.php
|
||||
; These configuration values aren't accessible from the admin settings page and custom values must be set in config/local.ini.php
|
||||
|
||||
; Please don't edit this file directly as its content may change in the upcoming versions.
|
||||
|
||||
|
@ -405,4 +405,4 @@ debug = false
|
|||
lockpath =
|
||||
|
||||
INI;
|
||||
// Keep this line
|
||||
// Keep this line
|
||||
|
|
|
@ -38,4 +38,4 @@ default_timezone = UTC
|
|||
language = en
|
||||
|
||||
INI;
|
||||
// Keep this line
|
||||
// Keep this line
|
||||
|
|
|
@ -105,4 +105,4 @@ url =
|
|||
[featurelock]
|
||||
|
||||
INI;
|
||||
// Keep this line
|
||||
// Keep this line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue