You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2011/03/10 17:08:46 UTC

svn commit: r1080260 - /incubator/vcl/trunk/web/index.php

Author: jfthomps
Date: Thu Mar 10 16:08:45 2011
New Revision: 1080260

URL: http://svn.apache.org/viewvc?rev=1080260&view=rev
Log:
VCL-434

added version string under ASF header

Modified:
    incubator/vcl/trunk/web/index.php

Modified: incubator/vcl/trunk/web/index.php
URL: http://svn.apache.org/viewvc/incubator/vcl/trunk/web/index.php?rev=1080260&r1=1080259&r2=1080260&view=diff
==============================================================================
--- incubator/vcl/trunk/web/index.php (original)
+++ incubator/vcl/trunk/web/index.php Thu Mar 10 16:08:45 2011
@@ -16,6 +16,8 @@
   limitations under the License.
 */
 
+# ASF VCL v2.2.1
+
 @include_once("fckeditor/fckeditor.php");
 require_once(".ht-inc/conf.php");
 if(! isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on") {