/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
cakephp
/
debug_kit
/
templates
/
layout
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/layout
mkdir
upload
Name
Size
Mode
Actions
dashboard.php
348
0644
edit
dl
rm
mailer.php
360
0644
edit
dl
rm
toolbar.php
527
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakephp/debug_kit/templates/layout/toolbar.php
(527B)
<?php /** * @var \DebugKit\View\AjaxView $this */ ?> <!DOCTYPE html> <html> <head> <title><?= isset($title) ? h($title) : "Debug Kit Toolbar" ?></title> <?= $this->Html->css('DebugKit./css/reset') ?> <?= $this->Html->css('DebugKit./css/style') ?> </head> <body> <?= $this->fetch('content') ?> <div class="o-loader"> <?= $this->Html->image('DebugKit./img/cake.icon.png', ['class' => 'o-loader__indicator'])?> </div> </body> <?= $this->fetch('script') ?> </html>
Save
cmd:
run