lang->L_DIR; ?> |
lang->L_STATUS; ?> |
|
status as $directory => $statusInfo) {
$rowClass = 'row-' . ((($counter % 2) == 0)? 'odd' : 'even');
if (!$statusInfo['exists'] ||
!$statusInfo['writable'] ||
$statusInfo['chmod'] != '0777'
) {
$icon = $this->getIcon('delete');
} else {
$icon = $this->getIcon('Ok', null, 16);
}
?>
|
Exists |
|
|
Writable |
|
chmod |
|