[llvm-commits] CVS: llvm-www/poll/inc/core.inc.php

Reid Spencer reid at x10sys.com
Thu Nov 30 13:28:20 PST 2006



Changes in directory llvm-www/poll/inc:

core.inc.php updated: 1.1 -> 1.2
---
Log message:

Increase the cookie timeout to 100 days.


---
Diffs of the changes:  (+2 -2)

 core.inc.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm-www/poll/inc/core.inc.php
diff -u llvm-www/poll/inc/core.inc.php:1.1 llvm-www/poll/inc/core.inc.php:1.2
--- llvm-www/poll/inc/core.inc.php:1.1	Wed Nov 29 13:29:07 2006
+++ llvm-www/poll/inc/core.inc.php	Thu Nov 30 15:28:05 2006
@@ -70,7 +70,7 @@
   *****************************************************/
           $script_version  = '1.8';
 
-          $time_range      = '1440';    // Minutes (60 minutes * 24 hours = 1440 minutes)
+          $time_range      = '144000'; // Minutes (60 minutes * 24 hours = 1440 minutes)
           $number_decimals = '2';
           $hide_results    = false; // true, false
           $sort_results    = 0; // 0 = off
@@ -692,4 +692,4 @@
 
 
 
-?>
\ No newline at end of file
+?>






More information about the llvm-commits mailing list