~danielside/rptfront

a3406e7ab98074ba385f1fe3cbd673a440afb050 — danielside 1 year, 2 months ago 5b15ec6 develop
desactiva webview
1 files changed, 1 insertions(+), 0 deletions(-)

M lib/headers_functions.php
M lib/headers_functions.php => lib/headers_functions.php +1 -0
@@ 3,6 3,7 @@
if (!function_exists('is_requested_by_webview')) {
    function is_requested_by_webview($config)
    {
        return true;
        if (key_exists('debug', $config) && $config['debug'] == true) {
            return true;
        }