mirror of
https://github.com/joomla-extensions/patchtester.git
synced 2024-12-23 11:29:00 +00:00
Merge pull request #169 from zero-24/removefrontend
Remove the frontend file
This commit is contained in:
commit
b48b1877f9
@ -33,6 +33,11 @@ class Com_PatchtesterInstallerScript extends JInstallerScript
|
||||
|
||||
$this->deleteFolders = array(
|
||||
'/administrator/components/com_patchtester/PatchTester/Table',
|
||||
'/components/com_patchtester',
|
||||
);
|
||||
|
||||
$this->deleteFiles = array(
|
||||
'components/com_patchtester/patchtester.php',
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user