Bumped version to 0.9

This commit is contained in:
2023-03-01 10:02:42 +01:00
parent db26ffa611
commit ac074eb944
18 changed files with 26 additions and 9 deletions

View File

@@ -150,12 +150,12 @@ $smarty->assign('description', $sth->fetchColumn());
$smarty->display('cabledel.tpl');
else:
// ========== UNBEKANNTE VARIANTE =============================================
// ========== ERROR UNKNOWN VARIANT ===========================================
echo "<p>Unknown function call: Please report to system development!</p>\n";
endif; // $action == ...
// ========== END OF VARIANTS =================================================
include("footer.php");
$smarty->display('footer.tpl');
?>