We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b66d7 commit a0f5a73Copy full SHA for a0f5a73
uninstall.php
@@ -0,0 +1,8 @@
1
+<?php
2
+$addon = rex_addon::get('fa_iconpicker');
3
+// delete files
4
+try {
5
+ rex_dir::delete($addon->getDataPath());
6
+} catch (Exception $e) {}
7
+// delete db table
8
+rex_sql_table::get(rex::getTable('fa_icons'))->drop();
0 commit comments