WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php$my_snippet = WB_PATH.'/modules/my_snippets_directory/include.php';if(file_exists($my_snippet){ require_once($my_snippet);}
function thisFunction($user) { global $database, $wb;... $to_user = $wb->add_slashes($user); return $to_user;}
global $wb;if ( ! is_object($wb) ) { $wb =& $admin;}
if ( ! is_object($wb) ) { require_once(WB_PATH.'/framework/class.frontend.php'); $wb = new frontend();}