mirror of
https://github.com/myronblair/novacpx
synced 2026-06-30 17:50:41 -05:00
fix: nested transaction crash and favicon 404
- accounts.php: remove outer beginTransaction() — AccountManager already wraps in its own transaction; nested transactions fail in SQLite with 'already an active transaction' - accounts.php: on AccountManager failure, manually delete the inserted user row instead - admin/reseller/user index.php: fix favicon href from /assets/img/favicon.svg to nova-favicon.svg Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LP9Q4kfCAYAjJnsbHBrViZ
This commit is contained in:
@@ -15,7 +15,7 @@ $_pname = novacpx_panel_name('NovaCPX');
|
||||
<meta name="keywords" content="reseller hosting panel, reseller control panel, manage hosting clients, white label hosting, NovaCPX reseller">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<title><?= $_pname ?> — Reseller</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/img/favicon.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="/assets/img/nova-favicon.svg">
|
||||
<link rel="stylesheet" href="/assets/css/nova.css<?= $_v('/assets/css/nova.css') ?>">
|
||||
<?php novacpx_branding_head() ?>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user