diff options
Diffstat (limited to 'core/views/quick_edit.html.php')
-rw-r--r-- | core/views/quick_edit.html.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/views/quick_edit.html.php b/core/views/quick_edit.html.php index 30baf4f8..a7df97f1 100644 --- a/core/views/quick_edit.html.php +++ b/core/views/quick_edit.html.php @@ -1,3 +1,4 @@ +<?php defined("SYSPATH") or die("No direct script access.") ?> <? if ($item->type == "photo"): ?> <div class="rotate-counter-clockwise" quickedit_link="<?= url::site("quick/rotate/$item->id/ccw?csrf=" . access::csrf_token()) ?>"> |