| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_staffmaster/ |
Upload File : |
<?php
/**
* File: uninstall.staffmaster.php
*
* Staff Master 0_7_5_5
*
* Staff Master - Staff Members and Departments Manager
*
* @version 0.7.5.5
* @package StaffMaster_0_7_5_5
* @subpackage install
* @copyright (C) 2007-2008 Travis Hubbard
* @license http://www.gnu.org/licenses/ GNU/GPL v3
* @link http://www.systemsunited.net/
**/
defined( '_JEXEC' ) or die( 'Restricted access' );
/**
* Include Joomla's toolbar helper
*/
function com_uninstall() {
?>
<div class="header">Staff Master Uninstalled Successfully.</div>
<p>
Thank you very much for taking the time to check out Staff Master! If there's any way we <br />
could improve this component to make it better suit your needs, <br />
we'd love to hear from you! Please check out our website at:<br />
<a href="http://www.systemsunited.net" >http://www.systemsunited.net</a>
or email our development team directly at <a href="mailto:dev@systemsunited.net">dev@systemsunited.net</a>.
</p>
<?php
}
?>