From 0649741a1c89974e4c716a7d567f09fe4effe093 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 2 Jun 2026 10:14:14 -0500 Subject: [PATCH] fix: cpanel module show title off by default [skip ci] Authored-by: Moko Consulting Co-Authored-By: Claude Opus 4.6 (1M context) --- src/script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script.php b/src/script.php index c29d182f..eb04804c 100644 --- a/src/script.php +++ b/src/script.php @@ -482,7 +482,7 @@ class Pkg_MokowaasInstallerScript 'published' => 1, 'module' => 'mod_mokowaas_cpanel', 'access' => 6, // Super Users only - 'showtitle' => 1, + 'showtitle' => 0, 'params' => '{"show_health":"1","show_plugins":"1"}', 'client_id' => 1, // Administrator 'language' => '*',