diff --git a/panel/public/admin/index.php b/panel/public/admin/index.php index c72f95e..31c96fe 100644 --- a/panel/public/admin/index.php +++ b/panel/public/admin/index.php @@ -10,6 +10,9 @@ require_once dirname(__DIR__) . '/_branding.php'; + + + NovaCPX Admin diff --git a/panel/public/reseller/index.php b/panel/public/reseller/index.php index 321c6b6..e6d2b05 100644 --- a/panel/public/reseller/index.php +++ b/panel/public/reseller/index.php @@ -11,6 +11,9 @@ $_pname = novacpx_panel_name('NovaCPX'); + + + <?= $_pname ?> — Reseller diff --git a/panel/public/user/index.php b/panel/public/user/index.php index d7273be..475a786 100644 --- a/panel/public/user/index.php +++ b/panel/public/user/index.php @@ -11,6 +11,9 @@ $_pname = novacpx_panel_name('NovaCPX'); + + + <?= $_pname ?> — My Hosting