mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
implemented admin/user search
This commit is contained in:
parent
f685d8d333
commit
b1c9568248
60 changed files with 789 additions and 144 deletions
|
@ -1,11 +1,11 @@
|
|||
<?php
|
||||
$back = getenv("HTTP_REFERER");
|
||||
$back = $_SESSION['back'];
|
||||
if (empty($back)) {
|
||||
$back = "location.href='/list/ip/'";
|
||||
} else {
|
||||
$back = "javascript:history.back(1)";
|
||||
$back = "location.href='".$back."'";
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
<table class="sub-menu" style="background: white;">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue