forked from extern/egroupware
fixed typo
This commit is contained in:
parent
edc4f81776
commit
97d92a6f69
@ -1,5 +1,5 @@
|
|||||||
<tr bgcolor="486591">
|
<tr bgcolor="486591">
|
||||||
<td colspan="2"><font color="fefefe"> <b>Directory information</b></font></td>
|
<td colspan="2"><font color="fefefe"> <b>Path information</b></font></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -348,7 +348,7 @@
|
|||||||
/* Then add the rest */
|
/* Then add the rest */
|
||||||
$d = dir($phpgw_info["server"]["server_root"]);
|
$d = dir($phpgw_info["server"]["server_root"]);
|
||||||
while ($entry=$d->read()){
|
while ($entry=$d->read()){
|
||||||
if ($entry != "" && $completed_scripts[$appname] != True){
|
if ($entry != "" && $completed_scripts[$entry] != True){
|
||||||
$f = $phpgw_info["server"]["server_root"]."/".$entry."/setup/".$script.".inc.php";
|
$f = $phpgw_info["server"]["server_root"]."/".$entry."/setup/".$script.".inc.php";
|
||||||
if (file_exists($f)) {include($f);}
|
if (file_exists($f)) {include($f);}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user