Skip to content

Commit 06a41f5

Browse files
authored
fixes #1 (#2)
1 parent ab3b632 commit 06a41f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/servers/hostinger/ajax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
declare(strict_types=1);
44

5-
require_once __DIR__ . '/functions.php';
65
require_once __DIR__ . '/../../../init.php';
76
require_once __DIR__ . '/../../../includes/functions.php';
7+
require_once __DIR__ . '/functions.php';
88

99
use WHMCS\Database\Capsule;
1010

0 commit comments

Comments
 (0)