Piotr Labudda 4 anni fa
parent
commit
1f4ecd106d
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      config-example.php

+ 10 - 0
config-example.php

@@ -0,0 +1,10 @@
+<?php
+
+// rename file to: `config.php`
+// @use: Config::get('VIEW_TABLE_HIDE_PROCESS_LIST')
+
+return [
+    'VIEW_TABLE_HIDE_PROCESS_LIST' => true,
+    'LEGACY_INIT_FUNCTIONS_OFF' => true,
+    'VIEW_TABLE_HIDE_BASE_ROW_FUNCTIONS' => true,
+];