PHP Classes

File: htdocs/class/libraries/vendor/kint-php/kint/init.php

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/libraries/vendor/kint-php/kint/init.php   Download  
File: htdocs/class/libraries/vendor/kint-php/kint/init.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Xoops 2.5
Modular content management publication system
Author: By
Last change:
Date: 6 years ago
Size: 501 bytes
 

Contents

Class file image Download
<?php
/**
 * Kint is a zero-setup debugging tool to output information about variables and stack traces prettily and comfortably.
 *
 * https://github.com/kint-php/kint
 */
if (defined('KINT_DIR')) {
    return;
}

require_once
dirname(__FILE__).'/init_header.php';

// Check composer for extras disabling default helper functions
if (!Kint::composerGetDisableHelperFunctions()) {
    require_once
KINT_DIR.'/init_helpers.php';
}

// Dynamic default settings
require_once KINT_DIR.'/init_footer.php';