Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17698/config
Modified Files:
first.php install.php
Log Message:
bug fixes, typos
Index: first.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/first.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** first.php 15 May 2005 22:17:31 -0000 1.55
--- first.php 15 May 2005 22:21:39 -0000 1.56
***************
*** 136,142 ****
}
} else {
! $basepath = '/openfirst';
! $title = 'astro73';
!
// Do form
if(is_readable("config/headers.php")) {
--- 136,140 ----
}
} else {
!
// Do form
if(is_readable("config/headers.php")) {
Index: install.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/install.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** install.php 15 May 2005 22:19:59 -0000 1.22
--- install.php 15 May 2005 22:21:39 -0000 1.23
***************
*** 86,90 ****
<td>('.htmlentities($info['ver']).')'.'</td>
<td>'.htmlentities($code)."</td>";
! if(isset($_POST[$code]) == true && $_POST[$code] == "on" && !$) {
ofirst_dbexec_file($sqlf);
--- 86,90 ----
<td>('.htmlentities($info['ver']).')'.'</td>
<td>'.htmlentities($code)."</td>";
! if(isset($_POST[$code]) == true && $_POST[$code] == "on" && !$IsInstalled) {
ofirst_dbexec_file($sqlf);
|