public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-projects commit in forums/htdocs/includes: page_header.php
@ 2009-07-30 11:41 Dean Stephens (desultory)
  0 siblings, 0 replies; 2+ messages in thread
From: Dean Stephens (desultory) @ 2009-07-30 11:41 UTC (permalink / raw
  To: gentoo-commits

desultory    09/07/30 11:41:55

  Modified:             page_header.php
  Log:
  Template updates for move and sitemaps.

Revision  Changes    Path
1.14                 forums/htdocs/includes/page_header.php

file : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/page_header.php?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/page_header.php?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-projects/forums/htdocs/includes/page_header.php?r1=1.13&r2=1.14

Index: page_header.php
===================================================================
RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/includes/page_header.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- page_header.php	30 Jul 2009 06:38:50 -0000	1.13
+++ page_header.php	30 Jul 2009 11:41:55 -0000	1.14
@@ -6,7 +6,7 @@
  *   copyright            : (C) 2001 The phpBB Group
  *   email                : support@phpbb.com
  *
- *   $Id: page_header.php,v 1.13 2009/07/30 06:38:50 desultory Exp $
+ *   $Id: page_header.php,v 1.14 2009/07/30 11:41:55 desultory Exp $
  *
  *
  ***************************************************************************/
@@ -450,9 +450,6 @@
 
 	'WHOSONLINE_RANKS' => $ranks_legend,
 
-	'RACKATHON_IMG' => "/images/rackathon-button.png",
-	'RACKATHON_LINK' => "http://osuosl.org/contribute/rackathon",
-
 	'L_USERNAME' => $lang['Username'],
 	'L_PASSWORD' => $lang['Password'],
 	'L_LOGIN_LOGOUT' => $l_login_logout,






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-projects commit in forums/htdocs/includes: page_header.php
@ 2010-09-09 20:21 Tom Knight (tomk)
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Knight (tomk) @ 2010-09-09 20:21 UTC (permalink / raw
  To: gentoo-commits

tomk        10/09/09 20:21:14

  Modified:             page_header.php
  Log:
  s/+/./

Revision  Changes    Path
1.17                 forums/htdocs/includes/page_header.php

file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/includes/page_header.php?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/includes/page_header.php?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/forums/htdocs/includes/page_header.php?r1=1.16&r2=1.17

Index: page_header.php
===================================================================
RCS file: /var/cvsroot/gentoo-projects/forums/htdocs/includes/page_header.php,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- page_header.php	9 Sep 2010 20:14:10 -0000	1.16
+++ page_header.php	9 Sep 2010 20:21:14 -0000	1.17
@@ -6,7 +6,7 @@
  *   copyright            : (C) 2001 The phpBB Group
  *   email                : support@phpbb.com
  *
- *   $Id: page_header.php,v 1.16 2010/09/09 20:14:10 tomk Exp $
+ *   $Id: page_header.php,v 1.17 2010/09/09 20:21:14 tomk Exp $
  *
  *
  ***************************************************************************/
@@ -30,7 +30,7 @@
 // 2010-09-08 tomk - log request to syslog
 $identifier_cache = md5($_SERVER['REMOTE_ADDR'] . $_SERVER['REMOTE_PORT'] . time());
 
-phpbb_syslog_request("S " + $identifier_cache);
+phpbb_syslog_request("S " . $identifier_cache);
 
 //
 // gzip_compression






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-09-09 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-09 20:21 [gentoo-commits] gentoo-projects commit in forums/htdocs/includes: page_header.php Tom Knight (tomk)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-30 11:41 Dean Stephens (desultory)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox