cvs: php-gtk-web /include config.inc
[email protected] ("Steph Fox") Fri, 07 Jul 2006 13:25:46 -0000
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <cvssfox1152278746@cvsserver> |
sfox Fri Jul 7 13:25:46 2006 UTC
Modified files:
/php-gtk-web/include config.inc
Log:
This'll be important one day :-\
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/config.inc?r1=1.2&r2=1.3&diff_format=u
Index: php-gtk-web/include/config.inc
diff -u php-gtk-web/include/config.inc:1.2 php-gtk-web/include/config.inc:1.3
--- php-gtk-web/include/config.inc:1.2 Fri Jul 7 13:24:17 2006
+++ php-gtk-web/include/config.inc Fri Jul 7 13:25:46 2006
@@ -13,6 +13,8 @@
$stats = DB_DIR.'/gtkstats.txt';
$last_id = DB_DIR.'/gtklastid.txt';
+/* NOTE: none of this can be seen from shared-manual.inc... */
+
/* db update checks. Settings of 15, 10 and 2 could have prevented phpdoc's last attack */
$recent = strtotime("15 minutes ago");
$veryrecent = strtotime("10 minutes ago");