implemented a plugin loader so i can add things like
[gwvp.git] / gwvplib / plugins / test_plugin.php
diff --git a/gwvplib/plugins/test_plugin.php b/gwvplib/plugins/test_plugin.php
new file mode 100644 (file)
index 0000000..8257f04
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+
+if(function_exists("gwvp_DebugEnabled")) {
+       error_log("hello, test plugin loaded");
+}
+
+?>
\ No newline at end of file