Commit cbe48e8a authored by Ad Schellevis's avatar Ad Schellevis

remove config_parsed variable, should be handled by require_once

parent 019a0bba
......@@ -29,12 +29,6 @@
require_once("globals.inc");
/* do not load this file twice. */
if($config_parsed == true)
return;
else
$config_parsed = true;
/* include globals from notices.inc /utility/XML parser files */
require_once('config.lib.inc');
require_once("notices.inc");
......
......@@ -136,4 +136,3 @@ function is_install_media()
return true;
}
$config_parsed = false;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment