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-10 16:30:40 +0300
committerMarc Delisle <marc@infomarc.info>2006-12-10 16:30:40 +0300
commit8cda2c9b41dca49142bcbc2a533ed4a5f45b7f41 (patch)
tree392e149b1f2b7640105ab742d3c400297991d271 /libraries/header_meta_style.inc.php
parent6a4e2a11649315a48e37df754d83bdd719c1d847 (diff)
allow caching of phpmyadmin.css.php
Diffstat (limited to 'libraries/header_meta_style.inc.php')
-rw-r--r--libraries/header_meta_style.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/header_meta_style.inc.php b/libraries/header_meta_style.inc.php
index 49e71fbab2..f17194fa4f 100644
--- a/libraries/header_meta_style.inc.php
+++ b/libraries/header_meta_style.inc.php
@@ -36,5 +36,5 @@ if ($GLOBALS['text_dir'] == 'ltr') {
}
?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $GLOBALS['charset']; ?>" />
- <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>" />
+ <link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=<?php echo isset($print_view) ? 'print' : 'right'; ?>&amp;nocache=<?php echo $_SESSION['PMA_Config']->getMtime(); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo defined('PMA_PATH_TO_BASEDIR') ? PMA_PATH_TO_BASEDIR : './'; ?>css/print.css?<?php echo PMA_generate_common_url(); ?>" media="print" />