More work on web setup form
This commit is contained in:
parent
6838694a8b
commit
acaf47c592
5 changed files with 31 additions and 38 deletions
|
@ -167,15 +167,10 @@ $result = $r && $database;
|
|||
</h3>
|
||||
<p>
|
||||
<?php
|
||||
|
||||
if (!isset($extensions)) {
|
||||
$extensions = get_loaded_extensions();
|
||||
}
|
||||
|
||||
global $extensions;
|
||||
foreach ($extensions as $ext) {
|
||||
echo $ext . " | ";
|
||||
}
|
||||
|
||||
?>
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue