diff options
-rw-r--r-- | web/template/actions_form.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/template/actions_form.php b/web/template/actions_form.php index 4b3845dc..bfc0611c 100644 --- a/web/template/actions_form.php +++ b/web/template/actions_form.php @@ -1,3 +1,4 @@ +<?php if (!$USE_VIRTUAL_URLS || $atype == "Trusted User" || $atype == "Developer" ): ?> <div class="box"> <form action="<?php echo htmlspecialchars(get_pkg_uri($row['Name']), ENT_QUOTES); ?>" method="post"> <fieldset> @@ -36,3 +37,4 @@ </fieldset> </form> </div> +<?php endif; ?> |