diff --git a/hubzilla/addon/scn01/scn01.php b/hubzilla/addon/scn01/scn01.php index 56e2bb5..954f84d 100644 --- a/hubzilla/addon/scn01/scn01.php +++ b/hubzilla/addon/scn01/scn01.php @@ -1,9 +1,9 @@ '; @@ -125,9 +173,9 @@ function scn01_render_main($access) { return $out; } -// ---------------------------------------------------------------------------- +// --------------------------------------------------------------------------- // CONFIG -// ---------------------------------------------------------------------------- +// --------------------------------------------------------------------------- function scn01_load_config() { $path = 'addon/scn01/config.json'; @@ -137,9 +185,9 @@ function scn01_load_config() { return (json_last_error() === JSON_ERROR_NONE) ? $data : []; } -// ---------------------------------------------------------------------------- +// --------------------------------------------------------------------------- // CSRF -// ---------------------------------------------------------------------------- +// --------------------------------------------------------------------------- function scn01_csrf_token() { if (empty($_SESSION['scn01_csrf'])) {