⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.50
Server IP:
41.128.143.86
Server:
Linux host.raqmix.cloud 6.8.0-1025-azure #30~22.04.1-Ubuntu SMP Wed Mar 12 15:28:20 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.3.23
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
psa-horde
/
templates
/
portal
/
View File Name :
edit.inc
rows(); $max_blocks = $GLOBALS['injector']->getInstance('Horde_Core_Perms')->hasAppPermission('max_blocks'); list($current_row, $current_col) = $layout->getCurrentBlock(); $allow_add = ($max_blocks === true) || ($max_blocks > $layout->count()); $columns = 0; for ($row = 0; $row < $rows; ++$row): ?>
columns($row); if ($columns instanceof PEAR_Error) { $columns = 0; } for ($col = 0; $col < $columns; ++$col): $isEditing = ($current_row === $row && $current_col === $col); $colspan = $layout->getWidth($row, $col); if ($layout->isCovered($row, $col)): ?>
getBlockInfo($row, $col); } catch (Horde_Exception $e) {} if (!$layout->isEmpty($row, $col)) { require __DIR__ . '/layout.inc'; } else { if ($allow_add) { require __DIR__ . '/add.inc'; } } ?>