|
From: andi <bin...@li...> - 2001-09-18 13:47:24
|
andi Tue Sep 18 06:47:18 2001 EDT
Modified files:
/r2/binarycloud/base/init Init.php
Log:
Init load Request now
Index: r2/binarycloud/base/init/Init.php
diff -u r2/binarycloud/base/init/Init.php:1.42 r2/binarycloud/base/init/Init.php:1.43
--- r2/binarycloud/base/init/Init.php:1.42 Wed Sep 12 11:12:41 2001
+++ r2/binarycloud/base/init/Init.php Tue Sep 18 06:47:17 2001
@@ -1,7 +1,7 @@
<?php
// Header {{{
/*******************************************************************************
- ** -File $Id: Init.php,v 1.42 2001/09/12 18:12:41 andi Exp $
+ ** -File $Id: Init.php,v 1.43 2001/09/18 13:47:17 andi Exp $
** -License LGPL (http://www.gnu.org/copyleft/lesser.html)
** -Copyright 2001, The Turing Studio, Inc.
** -Author alex black, en...@tu...
@@ -61,7 +61,7 @@
function Startup() {
$this->_start_timer();
$this->_load_debug();
- //$this->_load_request();
+ $this->_load_request();
$this->_start_ob();
$this->_set_user_constants();
$this->_load_sess();
|