projects
/
gwvp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
started implementing the configuration dialog stuff
[gwvp.git]
/
gwvplib
/
plugins
/
test_plugin.php
1
<?php
2
3
if(function_exists("gwvp_DebugEnabled")) {
4
error_log("hello, test plugin loaded");
5
}
6
7
?>