You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by je...@apache.org on 2011/08/05 06:36:51 UTC

[zeta-commits] svn commit: r1154099 - /incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php

Author: jeromer
Date: Fri Aug  5 06:36:50 2011
New Revision: 1154099

URL: http://svn.apache.org/viewvc?rev=1154099&view=rev
Log:
- Updated the X-Powered-By header with the new project name

Modified:
    incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php

Modified: incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php?rev=1154099&r1=1154098&r2=1154099&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php (original)
+++ incubator/zetacomponents/trunk/MvcTools/src/response_writers/http.php Fri Aug  5 06:36:50 2011
@@ -159,7 +159,7 @@ class ezcMvcHttpResponseWriter extends e
         // generator
         $this->headers['X-Powered-By'] = $res->generator !== ''
             ? $res->generator
-            : "eZ Components MvcTools";
+            : "Apache Zeta Components MvcTools";
 
         $this->doDate( $res, 'date', 'Date', true );
     }