CVS update: /cowiki/htdocs/
[email protected] 16 May 2005 22:20:56 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/16 15:20:56 Modified: cowiki/htdocs/index.php cowiki/htdocs/admin.php Log: Enable check for update (install.pending) File Changes: Directory: /cowiki/htdocs/ ========================== File [changed]: index.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/index.php?r1=1.38&r2=1.39 Delta lines: +4 -4 ------------------- --- index.php 15 Mar 2005 04:35:11 -0000 1.38 +++ index.php 16 May 2005 22:20:53 -0000 1.39 @@ -2,7 +2,7 @@ /** * - * $Id: index.php,v 1.38 2005/03/15 04:35:11 dgorski Exp $ + * $Id: index.php,v 1.39 2005/05/16 22:20:53 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -16,7 +16,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.38 $ + * @version $Revision: 1.39 $ * */ @@ -40,7 +40,7 @@ // // The wizard itself is located in the 'setup/' folder. -/* DISABLED UNTIL THE WIZARD WORKS + if (file_exists(realpath(dirname(__FILE__)) . '/install.pending')) { // FIX: scheme (https) and port (other than 80) $sScheme = 'http'; @@ -58,7 +58,7 @@ ); exit; } -*/ + // -------------------------------------------------------------------- // Load and set include path definition File [changed]: admin.php Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/admin.php?r1=1.17&r2=1.18 Delta lines: +3 -4 ------------------- --- admin.php 6 May 2005 20:21:36 -0000 1.17 +++ admin.php 16 May 2005 22:20:53 -0000 1.18 @@ -2,7 +2,7 @@ /** * - * $Id: admin.php,v 1.17 2005/05/06 20:21:36 dgorski Exp $ + * $Id: admin.php,v 1.18 2005/05/16 22:20:53 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -17,7 +17,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.17 $ + * @version $Revision: 1.18 $ * */ @@ -42,7 +42,6 @@ // // The wizard itself is located in the 'setup/' folder. -/* DISABLED UNTIL THE SETUP INSTALLER WIZARD WORKS if (file_exists(realpath(dirname(__FILE__)) . '/install.pending')) { // FIX: scheme (https) and port (other than 80) $sScheme = 'http'; @@ -60,7 +59,7 @@ ); exit; } -*/ + // -------------------------------------------------------------------- // Load and set include path definition