update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -7,11 +7,14 @@
|
||||
require_once __DIR__ . '/8.2/misc.php';
|
||||
}
|
||||
if (str_starts_with(PHP_VERSION, "8.3.")) {
|
||||
require_once __DIR__ . '/8.3/misc.php';
|
||||
require_once __DIR__ . '/8.2/misc.php';
|
||||
}
|
||||
if (str_starts_with(PHP_VERSION, "8.4.")) {
|
||||
require_once __DIR__ . '/8.4/misc.php';
|
||||
}
|
||||
if (str_starts_with(PHP_VERSION, "8.5.")) {
|
||||
require_once __DIR__ . '/8.5/misc.php';
|
||||
require_once __DIR__ . '/8.4/misc.php';
|
||||
}
|
||||
if (str_starts_with(PHP_VERSION, "8.6.")) {
|
||||
require_once __DIR__ . '/8.4/misc.php';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user