mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-11 19:26:56 +08:00
6 lines
136 B
PHP
6 lines
136 B
PHP
<?php
|
|
|
|
for ($i = 1; isset($hosts[$i - 1]); $i++) {
|
|
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
|
|
}
|