implemented a plugin loader so i can add things like
authorpaulr <me@pjr.cc>
Fri, 4 Nov 2011 05:54:18 +0000 (16:54 +1100)
committerpaulr <me@pjr.cc>
Fri, 4 Nov 2011 05:54:18 +0000 (16:54 +1100)
commit2a3a171ba0f5059ca3e0e2ac62e6412e50cd6f76
tree15f4462c9b3fdaccf1f596a3e6378528a9c410e8
parent05d58ec6d8a44b3c0213a1e666c354efa1e66a33
implemented a plugin loader so i can add things like
http://www.phpcaptcha.org/ without having to carry their code in my
repo. hopefully should be quite simple
gwvplib/gwvplib.php
gwvplib/gwvppluginloader.php [new file with mode: 0644]
gwvplib/plugins/test_plugin.php [new file with mode: 0644]
www/index.php