This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_obrens/uninstall.obrens.php
2012-09-18 20:02:43 +00:00

8 lines
73 B
PHP

<?
function com_uninstall()
{
echo "<b>ArtRef wurde entfernt</b>";
}
?>