Selaa lähdekoodia

+ config example

Piotr Labudda 4 vuotta sitten
vanhempi
commit
1f4ecd106d
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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,
+];