Fix footer

This commit is contained in:
patrick 2025-02-12 15:29:34 +00:00
parent 76a0381b26
commit f24a5653d9

View File

@ -645,7 +645,7 @@ function send_footer()
// FIX ME // FIX ME
// echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">Science-ation Version ".$config['version']."{$extra}</a>"; // echo "<a target=\"blank\" href=\"http://www.sfiab.ca\">Science-ation Version ".$config['version']."{$extra}</a>";
echo '<a target="blank" href="https://science-ation.ca">Science-ation Version 3</a>'; echo '<a target="blank" href="https://science-ation.ca">Science-ation, par/by AlgoLibre Inc.</a>';
?> ?>
</div> </div>
<div id="debug" style="display:<?= (get_value_from_array($_SESSION, 'debug') == 'true') ? 'block' : 'none' ?>; font-family:monospace; white-space:pre;">Debug...</div> <div id="debug" style="display:<?= (get_value_from_array($_SESSION, 'debug') == 'true') ? 'block' : 'none' ?>; font-family:monospace; white-space:pre;">Debug...</div>