Block folder accces

+404 error
This commit is contained in:
Shadow
2018-06-13 11:17:18 +03:00
parent 9881732c97
commit 5bc1633182
39 changed files with 725 additions and 3 deletions
+3 -3
View File
@@ -158,9 +158,9 @@ CountBack(gsecs);
<input type="hidden" name="ft" value="a4" />
<script type="text/javascript">
Element.implement({
//imgid: falls zu dem link ein pfeil geh?rt kann dieser "auf/zugeklappt" werden
//imgid: if an arrow belongs to the link this can be "opened"
showOrHide: function(imgid) {
//einblenden
//insert
if (this.getStyle('display') == 'none')
{
if (imgid != '')
@@ -168,7 +168,7 @@ Element.implement({
$(imgid).className = 'open';
}
}
//ausblenden
//hide
else
{
if (imgid != '')