Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
application
/
smb
/
views
/
scripts
/
account
/
File Content:
stats-hint.phtml
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <table cellspacing="0" class="popup-data-table"> <?php foreach ($this->resourceLimits as $limitName => $limitDetails): ?> <tr> <th><?php echo $limitDetails['title']; ?></th> <td> <?php if (in_array($limitName, array('max_traffic', 'disk_space'))): ?> <?php echo $this->partial('partials/gauge.phtml', array('limitDetails' => $limitDetails)); ?> <?php else: ?> <?php echo $this->escape($limitDetails['usageString']); ?> <?php endif; ?> </td> </tr> <?php endforeach; ?> </table>
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
forbidden.phtml
83 bytes
0644
my-resources.phtml
4365 bytes
0644
stats-hint.phtml
706 bytes
0644
N4ST4R_ID | Naxtarrr