Merge pull request #150 from 011248163264/patch-4

Update index.php
This commit is contained in:
2026-02-24 19:44:57 +01:00
committed by GitHub

View File

@@ -3,7 +3,7 @@ require('../common.php');
header('Content-Type: text/html; charset=UTF-8'); header('Content-Type: text/html; charset=UTF-8');
print_header(_('Info')); print_header(_('Info'));
?> ?>
<h1><?php echo _('Hosting - Info'); ?></h1> <h1><?php echo _(SITE_NAME); ?> - Info</h1>
<?php main_menu('index.php'); ?> <?php main_menu('index.php'); ?>
<p><?php echo _('Here you can get yourself a free web hosting account on my server.'); ?></p> <p><?php echo _('Here you can get yourself a free web hosting account on my server.'); ?></p>
<h2><?php echo _('What you get:'); ?></h2> <h2><?php echo _('What you get:'); ?></h2>