X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=gwvplib%2Fgwvplib.php;h=d70dc3f31ba759ca499ceca43877d62b4a98d613;hp=526c9ccbaf6be653fc05ef3f71677f03e14a666f;hb=507bc8f2818a42d751ed6e2e2fc68ee2bde94016;hpb=c7bb18886251e5187afbdb8d2101e200eb895ab6 diff --git a/gwvplib/gwvplib.php b/gwvplib/gwvplib.php index 526c9cc..d70dc3f 100644 --- a/gwvplib/gwvplib.php +++ b/gwvplib/gwvplib.php @@ -10,12 +10,14 @@ require_once("gwvpsetup.php"); require_once("gwvpdatabase.php"); require_once("gwvpconfig.php"); require_once("gwvpgitcontrol.php"); +require_once("gwvpinputcheck.php"); +require_once("gwvpemail.php"); // this is loaded second last require_once("gwvppluginloader.php"); // only enable this if you need it: -// require_once("gwvpdebug.php"); +require_once("gwvpdebug.php"); ?> \ No newline at end of file