mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
[add] script to make the install more user friendly #466
This commit is contained in:
parent
6285e57c49
commit
792097fb6a
5 changed files with 344 additions and 1 deletions
|
@ -176,7 +176,7 @@ div.chunk {
|
|||
<tbody>
|
||||
<tr class="<?php echo ($php_ok) ? 'enabled' : 'disabled'; ?>">
|
||||
<td>PHP</td>
|
||||
<td>5.2.0 or higher</td>
|
||||
<td>5.3.3 or higher</td>
|
||||
<td><?php echo phpversion(); ?></td>
|
||||
</tr>
|
||||
<tr class="<?php echo ($xml_ok) ? 'enabled, and sane' : 'disabled, or broken'; ?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue