diff --git a/Admin/admin.php b/Admin/admin.php index 6ee2e661..ebd818df 100644 --- a/Admin/admin.php +++ b/Admin/admin.php @@ -130,6 +130,11 @@ $up_avl = $latest - $ver ; function hideStuff(id) { document.getElementById(id).style.display = 'none'; } + function go_url(url) { + location=url; + return(false); + } +