We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff7d48b + 449fd97 commit 034b2cfCopy full SHA for 034b2cf
web/templates/admin/edit_package.html
@@ -22,12 +22,7 @@
22
23
<div class="l-center">
24
<?php
25
- $back = getenv("HTTP_REFERER");
26
- if (empty($back)) {
27
- $back = "location.href='/list/package/'";
28
- } else {
29
- $back = "location.href='".$back."'";
30
- }
+ $back = "location.href='/list/package/'";
31
?>
32
<form id="vstobjects" name="v_edit_package" method="post" class="<?=$v_status?>">
33
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
0 commit comments