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_comprofiler/uninstall.comprofiler.php

12 lines
326 B
PHP
Raw Normal View History

<?
/*************************************************************
* Mambo Community Builder
* Author MamboJoe
* @ Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html
*************************************************************/
function com_uninstall() {
echo "Component successfully uninstalled.";
}
?>