We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3b632 commit 06a41f5Copy full SHA for 06a41f5
modules/servers/hostinger/ajax.php
@@ -2,9 +2,9 @@
2
3
declare(strict_types=1);
4
5
-require_once __DIR__ . '/functions.php';
6
require_once __DIR__ . '/../../../init.php';
7
require_once __DIR__ . '/../../../includes/functions.php';
+require_once __DIR__ . '/functions.php';
8
9
use WHMCS\Database\Capsule;
10
0 commit comments