|
From: FlorinCB <ory...@us...> - 2008-07-30 07:54:58
|
Update of /cvsroot/mxbb/core/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20593 Modified Files: index_frameset.tpl Log Message: this will disable proxi's in AdminCP Index: index_frameset.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/index_frameset.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_frameset.tpl 9 Sep 2007 16:54:27 -0000 1.1 --- index_frameset.tpl 30 Jul 2008 07:54:49 -0000 1.2 *************** *** 3,6 **** --- 3,10 ---- <title>{ADMIN_TITLE}</title> <meta http-equiv="Content-Type" content="text/html;" /> + <script type="text/javascript"> + //this will disable proxi's in AdminCP + if (top.location != self.location) top.location = self.location.href; + </script> </head> |