|
From: alex <bin...@li...> - 2001-08-17 18:55:05
|
alex Fri Aug 17 11:54:59 2001 EDT
Modified files:
/r2/binarycloud/base/core Request.php
Log:
Andreas' Commit.
Index: r2/binarycloud/base/core/Request.php
diff -u r2/binarycloud/base/core/Request.php:1.6 r2/binarycloud/base/core/Request.php:1.7
--- r2/binarycloud/base/core/Request.php:1.6 Sun Aug 12 17:54:25 2001
+++ r2/binarycloud/base/core/Request.php Fri Aug 17 11:54:59 2001
@@ -1,16 +1,15 @@
<?php
// Header {{{
-/*******************************************************************************
- ** -File $Id: Request.php,v 1.6 2001/08/13 00:54:25 alex Exp $
- ** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
- ** -Copyright 2001 Thyrell
- ** -Author Andreas Aderhold, <a.a...@th...>
- ******************************************************************************/
+/*
+ * -File $Id: Request.php,v 1.7 2001/08/17 18:54:59 alex Exp $
+ * -License LGPL (http://www.gnu.org/copyleft/lesser.html)
+ * -Copyright 2001, The Turing Studio, Inc.
+ * -Authors Andreas Aderhold, <a.a...@th...>
+ */
$PACKAGE='binarycloud.core';
// }}}
-
// {{{ Request
/**
* Request class.
@@ -37,7 +36,7 @@
* $val = $tmp['navbar'];
*
* @author Andreas Aderhold, a.a...@th...
- * @version $Id: Request.php,v 1.6 2001/08/13 00:54:25 alex Exp $
+ * @version $Id: Request.php,v 1.7 2001/08/17 18:54:59 alex Exp $
*/
class Request {
|