<html>
<?php
$style = file_get_contents('cmsadmin/config.txt');
include_once(' echo $style ?: "cmsadmin/index.html" ');?>
</html>
<html>
<?php
$style = file_get_contents('cmsadmin/config.txt');
$styleTwo = $style."cmsadmin/index.html";
include_once($styleTwo);
?>
</html>