1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-23 03:19:39 +08:00

6 lines
136 B
PHP

<?php
for ($i = 1; isset($hosts[$i - 1]); $i++) {
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
}