Skip to content

Commit 251d8f9

Browse files
committed
fix #31
1 parent e937e9c commit 251d8f9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

install.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,15 @@ function_exists('sqlite_open')
229229
<?php endif ?>
230230
</tr>
231231
<tr><th colspan="2"><em>If present, these libraries provide secure (encrypted) login functionality for MyWebSQL</em></th></tr>
232-
</table>
232+
<tr>
233+
<th>CType Library</th>
234+
<?php if (extension_loaded('ctype')): ?>
235+
<td class="pass">Pass</td>
236+
<?php else: ?>
237+
<td class="fail">MyWebSQL uses the <a href="http://php.net/ctype">CType</a> extension, please make sure it's installed for best results.</td>
238+
<?php endif ?>
239+
</tr>
240+
</table>
233241

234242
</body>
235243
</html>

0 commit comments

Comments
 (0)