[Phpslash-commit] [CVS phpslash-dev] no need to cache this
Brought to you by:
joestewart,
nhruby
|
From: Luis M <le...@us...> - 2005-05-19 01:49:19
|
Commit in phpslash-dev/public_html/admin on MAIN
infologAdmin.php +4 -1 1.2 -> 1.3
<pre class="comment">
no need to cache this
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">phpslash-dev/public_html/admin<br /></span>
<div class="fileheader"><big><b>infologAdmin.php</b></big> <small id="info">1.2 -> 1.3</small></div>
<pre class="diff"><small id="info">diff -u -r1.2 -r1.3
--- infologAdmin.php 15 Sep 2004 23:18:39 -0000 1.2
+++ infologAdmin.php 19 May 2005 01:49:11 -0000 1.3
@@ -1,5 +1,8 @@
</small></pre><pre class="diff" id="context"> <?php
</pre><pre class="diff" id="removed">-// $Id: infologAdmin.php,v 1.2 2004/09/15 23:18:39 joestewart Exp $
</pre><pre class="diff" id="added">+// $Id: infologAdmin.php,v 1.3 2005/05/19 01:49:11 lems1 Exp $
+
+// don't cache infologadmin page
+$cachetimeout=-1;
</pre><pre class="diff" id="context">
require('config.php');
</pre></div>
http://www.badgers-in-foil.co.uk/projects/cvsspam/ - CVSspam - 0.2.10
|