uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
admin.ondemand.codeskitter.site
/
app
/
Config
/
Kint.php
/
/
<?php namespace Config; use CodeIgniter\Config\BaseConfig; use Kint\Renderer\AbstractRenderer; /** * -------------------------------------------------------------------------- * Kint * -------------------------------------------------------------------------- * * We use Kint's `RichRenderer` and `CLIRenderer`. This area contains options * that you can set to customize how Kint works for you. * * @see https://kint-php.github.io/kint/ for details on these settings. */ class Kint extends BaseConfig { /* |-------------------------------------------------------------------------- | Global Settings |-------------------------------------------------------------------------- */ public $plugins = null; public $maxDepth = 6; public $displayCalledFrom = true; public $expanded = false; /* |-------------------------------------------------------------------------- | RichRenderer Settings |-------------------------------------------------------------------------- */ public $richTheme = 'aante-light.css'; public $richFolder = false; public $richSort = AbstractRenderer::SORT_FULL; public $richObjectPlugins = null; public $richTabPlugins = null; /* |-------------------------------------------------------------------------- | CLI Settings |-------------------------------------------------------------------------- */ public $cliColors = true; public $cliForceUTF8 = false; public $cliDetectWidth = true; public $cliMinWidth = 40; }
/home/users/unlimited/www/admin.ondemand.codeskitter.site/app/Config/Kint.php