|
@@ -44,9 +44,9 @@
|
|
|
<?php } ?>
|
|
<?php } ?>
|
|
|
<option value="suspend"><?= _("Suspend") ?></option>
|
|
<option value="suspend"><?= _("Suspend") ?></option>
|
|
|
<option value="unsuspend"><?= _("Unsuspend") ?></option>
|
|
<option value="unsuspend"><?= _("Unsuspend") ?></option>
|
|
|
- <?php if (($_SESSION['PROXY_SYSTEM'] == 'nginx') || ($_SESSION['WEB_SYSTEM'] == 'nginx')){?>}
|
|
|
|
|
- <option value="purge"><?= _('Purge Nginx Cache');?></option>
|
|
|
|
|
- <? } ?>
|
|
|
|
|
|
|
+ <?php if ($_SESSION["PROXY_SYSTEM"] == "nginx" || $_SESSION["WEB_SYSTEM"] == "nginx") { ?>}
|
|
|
|
|
+ <option value="purge"><?= _("Purge Nginx Cache") ?></option>
|
|
|
|
|
+ <?php } ?>
|
|
|
<option value="delete"><?= _("Delete") ?></option>
|
|
<option value="delete"><?= _("Delete") ?></option>
|
|
|
</select>
|
|
</select>
|
|
|
<button type="submit" class="toolbar-input-submit" title="<?= _("Apply to selected") ?>">
|
|
<button type="submit" class="toolbar-input-submit" title="<?= _("Apply to selected") ?>">
|
|
@@ -187,11 +187,11 @@
|
|
|
}
|
|
}
|
|
|
?>
|
|
?>
|
|
|
<div class="units-table-row <?php if ($data[$key]['SUSPENDED'] == 'yes') echo 'disabled'; ?> js-unit"
|
|
<div class="units-table-row <?php if ($data[$key]['SUSPENDED'] == 'yes') echo 'disabled'; ?> js-unit"
|
|
|
- data-sort-ip="<?= str_replace('.', '', $data[$key]['IP']) ?>"
|
|
|
|
|
- data-sort-date="<?= strtotime($data[$key]['DATE'].' '.$data[$key]['TIME']) ?>"
|
|
|
|
|
|
|
+ data-sort-ip="<?= str_replace(".", "", $data[$key]["IP"]) ?>"
|
|
|
|
|
+ data-sort-date="<?= strtotime($data[$key]["DATE"] . " " . $data[$key]["TIME"]) ?>"
|
|
|
data-sort-name="<?= $key ?>"
|
|
data-sort-name="<?= $key ?>"
|
|
|
- data-sort-bandwidth="<?= $data[$key]['U_BANDWIDTH'] ?>"
|
|
|
|
|
- data-sort-disk="<?= $data[$key]['U_DISK'] ?>">
|
|
|
|
|
|
|
+ data-sort-bandwidth="<?= $data[$key]["U_BANDWIDTH"] ?>"
|
|
|
|
|
+ data-sort-disk="<?= $data[$key]["U_DISK"] ?>">
|
|
|
<div class="units-table-cell">
|
|
<div class="units-table-cell">
|
|
|
<div>
|
|
<div>
|
|
|
<input id="check<?= $i ?>" class="js-unit-checkbox" type="checkbox" title="<?= _("Select") ?>" name="domain[]" value="<?= $key ?>" <?= $display_mode ?>>
|
|
<input id="check<?= $i ?>" class="js-unit-checkbox" type="checkbox" title="<?= _("Select") ?>" name="domain[]" value="<?= $key ?>" <?= $display_mode ?>>
|
|
@@ -265,7 +265,7 @@
|
|
|
<li class="units-table-row-action" data-key-action="href">
|
|
<li class="units-table-row-action" data-key-action="href">
|
|
|
<a
|
|
<a
|
|
|
class="units-table-row-action-link"
|
|
class="units-table-row-action-link"
|
|
|
- href="/download/site/?site=<?=$key?>&token=<?= $_SESSION['token'] ?>"
|
|
|
|
|
|
|
+ href="/download/site/?site=<?= $key ?>&token=<?= $_SESSION["token"] ?>"
|
|
|
title="<?= _("Download Site") ?>"
|
|
title="<?= _("Download Site") ?>"
|
|
|
>
|
|
>
|
|
|
<i class="fas fa-download icon-orange"></i>
|
|
<i class="fas fa-download icon-orange"></i>
|