From a0f291c61a412765ffb8e7850d9aa2759814b7c0 Mon Sep 17 00:00:00 2001 From: TheRON Date: Sun, 7 Jun 2026 12:19:42 -0400 Subject: [PATCH] Updated --- hubzilla/addon/scn01/scn01.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hubzilla/addon/scn01/scn01.php b/hubzilla/addon/scn01/scn01.php index 954f84d..b89e764 100644 --- a/hubzilla/addon/scn01/scn01.php +++ b/hubzilla/addon/scn01/scn01.php @@ -173,18 +173,6 @@ function scn01_render_main($access) { return $out; } -// --------------------------------------------------------------------------- -// CONFIG -// --------------------------------------------------------------------------- - -function scn01_load_config() { - $path = 'addon/scn01/config.json'; - $raw = @file_get_contents($path); - if ($raw === false) return []; - $data = json_decode($raw, true); - return (json_last_error() === JSON_ERROR_NONE) ? $data : []; -} - // --------------------------------------------------------------------------- // CSRF // ---------------------------------------------------------------------------