Possible BUG database editor
1 posts by 1 authors in: Forums > CMS Builder
Last Post: Yesterday at 6:20pm (RSS)
When you open an upload field in the database editor v3.73, it sends the headers a second time.
function adminUI_header($args): void {
if (!empty($GLOBALS['ADMINUI_ARGS'])) { die("adminUI_header called a second time!"); }
Jeff Shields