File: phpmyadmin_cookie.auth.lib.php.patch

package info (click to toggle)
dtc 0.35.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 18,824 kB
  • sloc: php: 50,739; sh: 8,596; makefile: 572; perl: 148; xml: 25
file content (15 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- /usr/share/phpmyadmin/libraries/auth/cookie.auth.lib.php.orig	2008-03-02 15:03:02.000000000 +0800
+++ /usr/share/phpmyadmin/libraries/auth/cookie.auth.lib.php	2008-03-02 15:03:19.000000000 +0800
@@ -91,9 +91,9 @@
 <script type="text/javascript" language="javascript">
 //<![CDATA[
 // show login form in top frame
-if (top != self) {
-    window.top.location.href=location;
-}
+//if (top != self) {
+//    window.top.location.href=location;
+//}
 //]]>
 </script>
 </head>