Hmm missing startline wich checks if user is logged in
// Must include code to stop this file being access directly
if(defined('WB_PATH') == false) { exit("Cannot access this file directly"); }
in these files:
http://[host]/modules/code/add.php
http://[host]/modules/code/delete.php
http://[host]/modules/code/modify.php
http://[host]/modules/code/view.php
http://[host]/modules/form/add.php
http://[host]/modules/form/delete.php
There might be more files wich lacks this simple check!
John