Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
configurations-troubleshooter
/
views
/
scripts
/
index
/
File Content:
view.phtml
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <link href="<?php echo $this->baseUrl("/modules/configurations-troubleshooter/css/ext.css"); ?>" rel="stylesheet" type="text/css"/> <?php echo $this->renderSmallTools($this->smallTools); ?> <?php if (isset($this->fileType)): ?> <div class="form-box"> <div class="box-area"> <div class="title"> <div class="title-area"> <span> <h3><?php echo $this->lmsg('viewFileTypeTitle') ?></h3> </span> </div> </div> <p> <?php echo $this->fileType; ?> </p> </div> </div> <?php endif ?> <?php echo $this->partial("index/_fileinfo.phtml", array('fileProperties' => $this->fileProperties)); ?> <div class="form-box"> <div class="box-area"> <div class="title"> <div class="title-area"> <span> <h3><?php echo $this->lmsg('viewFileContents') ?> </h3> </span> </div> </div> <?php echo $this->partial("index/_fileContent.phtml", array('text' => $this->text)); ?> </div> </div>
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
_fileContent.phtml
594 bytes
0644
_fileinfo.phtml
449 bytes
0644
list.phtml
20948 bytes
0644
view-template.phtml
799 bytes
0644
view.phtml
1204 bytes
0644
N4ST4R_ID | Naxtarrr