4images code on GitHub Click here to visit GitHub.
0 Members and 1 Guest are viewing this topic.
Undefined variable: content in D:\Web\mydomain\4images\admin\templates.php on line 131
if ($action == "savetemplate") {
if (isset($HTTP_POST_VARS['content'])) { $content = trim($HTTP_POST_VARS['content']); } else { $content = ""; }
$content = trim($HTTP_POST_VARS['content']);
Seems to be a bug affecting servers with register_globals = 0;...