Hacked By AnonymousFox

Current Path : /home/missmand/public_html/learning/old/plugin/formLogin_hide_unhide/
Upload File :
Current File : /home/missmand/public_html/learning/old/plugin/formLogin_hide_unhide/index.php

<?php

$_template['show_message']   = false;

if (api_is_anonymous()) {
    $_template['show_message']   = true;
    // the default title label
    $label = "Connexion hors compte universitaire";
    if (!empty($plugin_info['settings']['formLogin_hide_unhide_label'])) {
        $label = api_htmlentities($plugin_info['settings']['formLogin_hide_unhide_label']);
    }
    $_template['label'] = $label;
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox