gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www 404.php,1.5,1.6


From: tperdue
Subject: [Gforge-commits] gforge/www 404.php,1.5,1.6
Date: Fri, 27 Aug 2004 14:06:14 -0500

Update of /cvsroot/gforge/gforge/www
In directory db.perdue.net:/home/tperdue/share/dev.gforge.org/www

Modified Files:
        404.php 
Log Message:
fixing titles, licenses, exit_assert calls

Index: 404.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/404.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- 404.php     24 Jan 2003 21:50:07 -0000      1.5
+++ 404.php     27 Aug 2004 19:06:11 -0000      1.6
@@ -1,20 +1,30 @@
 <?php
 /**
-  *
-  * SourceForge HTTP 404 (Document Not Found) Page
-  *
-  * SourceForge: Breaking Down the Barriers to Open Source Development
-  * Copyright 1999-2001 (c) VA Linux Systems
-  * http://sourceforge.net
-  *
-  * @version   $Id$
-  *
-  */
-
+ * GForge HTTP 404 (Document Not Found) Page
+ *
+ * Copyright 1999-2001 (c) VA Linux Systems
+ *
+ * @version   $Id$
+ *
+ * This file is part of GForge.
+ *
+ * GForge is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * GForge is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with GForge; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
 
 require_once('pre.php');    // Initial db and session library, opens session
 
-global $Language;
 $HTML->header(array('title'=>$Language->getText('error','title')));
 
 echo "<div align=\"center\">";





reply via email to

[Prev in Thread] Current Thread [Next in Thread]