mirror of
https://github.com/myvesta/vesta
synced 2025-07-15 09:33:24 -07:00
commit
034b2cf094
1 changed files with 1 additions and 6 deletions
|
@ -22,12 +22,7 @@
|
||||||
|
|
||||||
<div class="l-center">
|
<div class="l-center">
|
||||||
<?php
|
<?php
|
||||||
$back = getenv("HTTP_REFERER");
|
$back = "location.href='/list/package/'";
|
||||||
if (empty($back)) {
|
|
||||||
$back = "location.href='/list/package/'";
|
|
||||||
} else {
|
|
||||||
$back = "location.href='".$back."'";
|
|
||||||
}
|
|
||||||
?>
|
?>
|
||||||
<form id="vstobjects" name="v_edit_package" method="post" class="<?=$v_status?>">
|
<form id="vstobjects" name="v_edit_package" method="post" class="<?=$v_status?>">
|
||||||
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue