From 322befc9ec4e0f9ce4bb2a7b88355ae2a74aaa01 Mon Sep 17 00:00:00 2001 From: Phyks Date: Sun, 4 Aug 2013 19:35:00 +0200 Subject: [PATCH] Plugin must be delivered disabled to the user. --- .gitignore | 1 + adblock.plugin.enabled.php => adblock.plugin.disabled.php | 0 2 files changed, 1 insertion(+) rename adblock.plugin.enabled.php => adblock.plugin.disabled.php (100%) diff --git a/.gitignore b/.gitignore index b25c15b..1b65c55 100755 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *~ +*.enabled.php diff --git a/adblock.plugin.enabled.php b/adblock.plugin.disabled.php similarity index 100% rename from adblock.plugin.enabled.php rename to adblock.plugin.disabled.php