We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e937e9c commit 251d8f9Copy full SHA for 251d8f9
1 file changed
install.php
@@ -229,7 +229,15 @@ function_exists('sqlite_open')
229
<?php endif ?>
230
</tr>
231
<tr><th colspan="2"><em>If present, these libraries provide secure (encrypted) login functionality for MyWebSQL</em></th></tr>
232
- </table>
+ <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>
241
242
</body>
243
</html>
0 commit comments