PHP Classes

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

Recommend this page to a friend!
  Classes of Michael Beck   Xoops 2.5   htdocs/class/libraries/vendor/kint-php/kint/init_footer.php   Download  
File: htdocs/class/libraries/vendor/kint-php/kint/init_footer.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: 256 bytes
 

Contents

Class file image Download
<?php

Kint
::$file_link_format = ini_get('xdebug.file_link_format');
if (isset(
$_SERVER['DOCUMENT_ROOT'])) {
   
Kint::$app_root_dirs = array(
       
$_SERVER['DOCUMENT_ROOT'] => '<ROOT>',
       
realpath($_SERVER['DOCUMENT_ROOT']) => '<ROOT>',
    );
}