From 801e00e3107c577a2a5040ac8752e9aa0a6bb20c Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Tue, 2 Jun 2026 09:08:25 -0500 Subject: [PATCH] chore: set cpanel module ordering to 0 [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 3ea7f7fd..fd5cc7d8 100644 --- a/src/script.php +++ b/src/script.php @@ -472,7 +472,7 @@ class Pkg_MokowaasInstallerScript 'title' => 'MokoWaaS', 'note' => '', 'content' => '', - 'ordering' => -1, + 'ordering' => 0, 'position' => 'cpanel', 'checked_out' => null, 'checked_out_time' => null,