Esempio n. 1
0
if (!Util_Installed::memcached_auth()) {
    _e('<br>Available when memcached extension installed, built with SASL, and memcached.use_sasl = 1 option is set in php.ini', 'w3-total-cache');
}
?>
</span>
    </td>
</tr>
<tr>
    <th><label for="memcached_password"><?php 
echo Util_ConfigLabel::get('memcached.password');
?>
</label></th>
    <td>
        <input id="memcached_password" name="<?php 
echo $module;
?>
__memcached__password" type="text"
            <?php 
Util_Ui::sealing_disabled($module);
?>
            <?php 
$this->value_with_disabled($module . '.memcached.password', !Util_Installed::memcached_auth(), '');
?>
 /><br />
        <span class="description"><?php 
_e('Specify memcached password, when SASL authentication used', 'w3-total-cache');
?>
</span>
    </td>
</tr>
<?php