X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/plugins/fluentform/boot
home
/
katmhsmi
/
public_html
/
wp-content
/
plugins
/
fluentform
/
boot
/
📁
..
📄
app.php
(4.51 KB)
📄
bindings.php
(669 B)
📄
globals.php
(12.9 KB)
📄
globals_dev.php
(557 B)
📄
index.php
(26 B)
Editing: globals_dev.php
<?php /** * Enable Query Log */ if (!function_exists('fluentform_eql')) { function fluentform_eql() { defined('SAVEQUERIES') || define('SAVEQUERIES', true); } } /** * Get Query Log */ if (!function_exists('fluentform_gql')) { function fluentform_gql() { $result = []; foreach ((array) $GLOBALS['wpdb']->queries as $key => $query) { $result[++$key] = array_combine([ 'query', 'execution_time', ], array_slice($query, 0, 2)); } return $result; } }
Upload File
Create Folder