This commit is contained in:
genuineparts 2025-06-22 14:41:53 +02:00
parent a75e1989c1
commit 5ed03c349a

View file

@ -740,14 +740,15 @@ define(\'DEBUG\', FALSE);
echo $data;
}
function footer(){
echo '</div><div class="footer">
<p> <a href="http://www.astat.org">astat Installer v1.1 &copy; 2012 astat</a></p>
function footer(): string
{
return '</div><div class="footer">
<p> <a href="http://www.becast.at">BeCastWebEngine Installer v1.2 &copy; 2012-2025 BeCast</a></p>
</div>
</div>
</div>
</div>
<span style="font-size: xx-small; display: block; text-align:center;">Original Theme: <a href="http://www-personal.umich.edu/~hnarayan/">v2.0.0 &copy; HN MMVII</a></span>
<span style="font-size: xx-small; display: block; text-align:center;">Original Theme: <a href="https://github.com/hnarayanan/simplicity-2">v2.0.0 &copy; HN MMVII</a></span>
</div>
</div>
@ -764,6 +765,4 @@ if(!$step || $step==''){
$step='start';
}
$install->step($step);
$install->footer();
?>
echo $install->footer();