SimpleDesk API
Procedural File: uninstall-required.php
Source Location: /uninstall-required.phpThis script removes all the extraneous data if the user requests it be removed on uninstall.
NOTE: This script is meant to run using the <code></code> elements of our package-info.xml file. This is because certain items in the database and within SMF will need to be removed regardless of whether the user wants to keep data or not, for example SimpleDesk needs to be deactivated in the Core Features panel, which must be done regardless of whether the user wanted to keep data or not during uninstallation. Future expansions may add items here, especially such as scheduled tasks.
Tags:
- since
- 1.0
Includes:
require_once(dirname(__FILE__).'/SSI.php') [line 39]
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.
Before attempting to execute, this file attempts to load SSI.php to enable access to the database functions.



