Ignore:
Timestamp:
Mar 12, 2018, 8:53:21 PM (6 years ago)
Author:
roby
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/index.php

    r230 r253  
    9696<tr>
    9797        <td>
    98         &nbsp; - supporto MySQL
    99         </td>
    100         <td align="left">
    101         <?php echo function_exists( 'mysql_connect' ) ? '<b><font color="green">Disponibile</font></b>' : '<b><font color="red">Non Disponibile</font></b>';?>
     98        &nbsp; - supporto PDO MySQL
     99        </td>
     100        <td align="left">
     101
     102        <?php echo (extension_loaded('Pdo_mysql')) ? '<b><font color="green">Disponibile</font></b>' : '<b><font color="red">Non Disponibile</font></b>';?>
    102103        </td>
    103104</tr>
     
    163164<?php
    164165$php_recommended_settings = array(
    165 array ('Magic Quotes GPC','magic_quotes_gpc','ON'),
     166array ('Magic Quotes GPC','magic_quotes_gpc','OFF'),
    166167array ('Register Globals','register_globals','OFF'),
    167168array ('Session auto start','session.auto_start','OFF'),
Note: See TracChangeset for help on using the changeset viewer.