Update index.php

When a sitename is changed in common.php the site name on index.php is now also changed
This commit is contained in:
Lin
2026-02-24 19:24:44 +01:00
committed by GitHub
parent 98c39c5fa6
commit ab68082f18

View File

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