Просмотр файла hentaicms/index.php
<?php
error_reporting(E_ALL);
ini_set('display_errors', 0);
ini_set('display_startup_errors', 0);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your website name</title>
</head>
<body>
<?php include 'cms/hentaicms.php'; ?>
</body>
</html>