Index: /freepbx/trunk/amp_conf/htdocs/admin/libraries/module.functions.php =================================================================== --- /freepbx/trunk/amp_conf/htdocs/admin/libraries/module.functions.php (revision 12445) +++ /freepbx/trunk/amp_conf/htdocs/admin/libraries/module.functions.php (revision 12472) @@ -51,5 +51,5 @@ //echo "the result is ".$matches[1]; if ($override_xml) { - $fn = $override_xml."modules-".$matches[1].".xml"; + $fn = $override_xml."/modules-".$matches[1].".xml"; } else { $fn = $amp_conf['MODULE_REPO'] . "/modules-".$matches[1].".xml";