summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
Diffstat (limited to 'init.php')
-rw-r--r--init.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/init.php b/init.php
index 89d51eb..e20c4c2 100644
--- a/init.php
+++ b/init.php
@@ -1,6 +1,5 @@
<?php
class Af_Zz_NoPreload extends Plugin {
- private $host;
function about() {
return array(null,
@@ -9,7 +8,7 @@ class Af_Zz_NoPreload extends Plugin {
}
function init($host) {
- $this->host = $host;
+ //
}
function get_js() {