didou Sat Mar 20 11:43:31 2004 EDT
Modified files:
/livedocs config.php.in
Log:
add headers and the BUILD_TYPE constant
# it will be needed soon
http://cvs.php.net/diff.php/livedocs/config.php.in?r1=1.5&r2=1.6&ty=u
Index: livedocs/config.php.in
diff -u livedocs/config.php.in:1.5 livedocs/config.php.in:1.6
--- livedocs/config.php.in:1.5 Fri Jan 30 00:49:15 2004
+++ livedocs/config.php.in Sat Mar 20 11:43:31 2004
@@ -1,5 +1,25 @@
-<?php # $Id: config.php.in,v 1.5 2004/01/30 05:49:15 momo Exp $
-/* Config file for the livedocs */
+<?php
+/* vim: set tabstop=4 shiftwidth=4: */
+// +----------------------------------------------------------------------+
+// | PHP version 4 |
+// +----------------------------------------------------------------------+
+// | Copyright (c) 1997-2004 The PHP Group |
+// +----------------------------------------------------------------------+
+// | This source file is subject to version 3.0 of the PHP license, |
+// | that is bundled with this package in the file LICENSE, and is |
+// | available through the world-wide-web at the following url: |
+// | http://www.php.net/license/3_0.txt. |
+// | If you did not receive a copy of the PHP license and are unable to |
+// | obtain it through the world-wide-web, please send a note to |
+// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
+// +----------------------------------------------------------------------+
+// | Authors: Wez Furlong, Derick Rethans, Ilia Alshanetsky |
+// +----------------------------------------------------------------------+
+// | Config file for livedocs. This file is automatically generated by |
+// | the ./configure call |
+// +----------------------------------------------------------------------+
+//
+// $Id: config.php.in,v 1.6 2004/03/20 16:43:31 didou Exp $
define('FALLBACK_LANG', 'en');
define('PHPDOC', '@PHPDOCFORPHP@');
@@ -10,5 +30,5 @@
define('GENDIR', '@GENDIRFORPHP@');
define('LANGUAGES', '@LANGUAGES@');
define('THEME_NAME', '@THEMENAME@');
+define('BUILD_TYPE', '@BUILDTYPE@');
-?>