config-example.php 239 B

12345678910
  1. <?php
  2. // rename file to: `config.php`
  3. // @use: Config::get('VIEW_TABLE_HIDE_PROCESS_LIST')
  4. return [
  5. 'VIEW_TABLE_HIDE_PROCESS_LIST' => true,
  6. 'LEGACY_INIT_FUNCTIONS_OFF' => true,
  7. 'VIEW_TABLE_HIDE_BASE_ROW_FUNCTIONS' => true,
  8. ];