From f0d9a52e02f36b5ebacd58956e78023a26282585 Mon Sep 17 00:00:00 2001 From: Markus Birth Date: Tue, 9 Apr 2013 17:44:14 +0200 Subject: Removed test preferences field. Added reference to jsonlint.com to README. --- init.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'init.php') diff --git a/init.php b/init.php index da8e24e..e4b93fe 100644 --- a/init.php +++ b/init.php @@ -98,7 +98,6 @@ class Af_Feedmod extends Plugin implements IHandler function index() { global $pluginhost; - $sometext = $pluginhost->get($this, "sometext"); $json_conf = $pluginhost->get($this, 'json_conf'); print "
"; @@ -121,13 +120,6 @@ class Af_Feedmod extends Plugin implements IHandler print ""; print ""; - print ""; - - print ""; - print ""; - - print "
".__("Some text")."
"; - print "
"; print ""; print "
"; -- cgit v1.3.1