new files
This commit is contained in:
16
pro_v3.5.1/vendor/fastknife/ajcaptcha/test/autoload.php
vendored
Normal file
16
pro_v3.5.1/vendor/fastknife/ajcaptcha/test/autoload.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
(function () {
|
||||
foreach ([
|
||||
'vendor/autoload.php',
|
||||
'../vendor/autoload.php',
|
||||
'../../vendor/autoload.php',
|
||||
'../../../vendor/autoload.php',
|
||||
'../../../../vendor/autoload.php'
|
||||
] as $file) {
|
||||
if (is_file($file)) {
|
||||
/** @noinspection PhpIncludeInspection */
|
||||
include $file;
|
||||
}
|
||||
}
|
||||
})();
|
||||
Reference in New Issue
Block a user