Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-12-21 04:22:03 +0300
committerMarc Delisle <marc@infomarc.info>2006-12-21 04:22:03 +0300
commitc06c96f317911f73d7362812ff3465bc7934f109 (patch)
tree773463fb5bd754ce472314a41d12c4476d202ca1 /browse_foreigners.php
parent5c351fc48bb2976b661e6e75ba4c17c555a666a8 (diff)
patch #1611684 part 2, other issues with the caching of phpmyadmin.css.php
Diffstat (limited to 'browse_foreigners.php')
-rw-r--r--browse_foreigners.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/browse_foreigners.php b/browse_foreigners.php
index ba995c0a6e..aae0a740ea 100644
--- a/browse_foreigners.php
+++ b/browse_foreigners.php
@@ -93,7 +93,7 @@ if (isset($disp_row) && is_array($disp_row)) {
<title>phpMyAdmin</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $charset; ?>" />
<link rel="stylesheet" type="text/css"
- href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=right" />
+ href="./css/phpmyadmin.css.php?<?php echo PMA_generate_common_url( '', '' ); ?>&amp;js_frame=right&amp;nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
<script src="./js/functions.js" type="text/javascript" language="javascript"></script>
<script type="text/javascript" language="javascript">
//<![CDATA[