Hi,
in the 'host_template_model.php' I had to replace the line 400:
include("./include/configuration/host_template/host_template_".$_GET["o"].".php"); ?>
by
include("./include/configuration/host_template_model/host_template_".$_GET["o"].".php"); ?>
in the 'host_template_model.php' I had to replace the line 400:
include("./include/configuration/host_template/host_template_".$_GET["o"].".php"); ?>
by
include("./include/configuration/host_template_model/host_template_".$_GET["o"].".php"); ?>
Comment