mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-12 06:11:00 +00:00
Update admin.php
This commit is contained in:
@@ -130,6 +130,11 @@ $up_avl = $latest - $ver ;
|
|||||||
function hideStuff(id) {
|
function hideStuff(id) {
|
||||||
document.getElementById(id).style.display = 'none';
|
document.getElementById(id).style.display = 'none';
|
||||||
}
|
}
|
||||||
|
function go_url(url) {
|
||||||
|
location=url;
|
||||||
|
return(false);
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<div id="ltop1">
|
<div id="ltop1">
|
||||||
<div style="position:relative; width:231px; height:100px; float:left;">
|
<div style="position:relative; width:231px; height:100px; float:left;">
|
||||||
|
|||||||
Reference in New Issue
Block a user