how to change the header information in my_view_page

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
DaVinci
Posts: 95
Joined: 13 Apr 2007, 07:39

how to change the header information in my_view_page

Post by DaVinci »

i want to change the update time that is defined in the head of my_view_page.php nd wondering where do i go to redefine it to 600
or 300 for that fact?
<meta http-equiv="Content-type" content="text/html;charset=iso-8859-15" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma-directive" content="no-cache" />
<meta http-equiv="Cache-Directive" content="no-cache" />
<meta http-equiv="Expires" content="Wed, 17 Oct 2007 13:47:49 GMT" />
<title>My Bugs - Mantis</title>
<script type="text/JavaScript" src="javascript/common.js"></script>
<meta http-equiv="Refresh" content="1800;URL=my_view_page.php" />
deboutv
Posts: 507
Joined: 15 Jan 2007, 14:31
Location: La Ciotat, FRANCE
Contact:

Post by deboutv »

In your config_inc.php change the value of the following variable:

$g_min_refresh_delay = 10; # in minutes
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/

Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
Post Reply