HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/xampp/start.php
<?php
	include "langsettings.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
	"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
		<link href="xampp.css" rel="stylesheet" type="text/css">
		<title></title>
	</head>

	<body>
		&nbsp;<br>
	<h1><?php print $TEXT['start-head']; ?>!</h1>
	<b><?php print $TEXT['start-subhead']; ?></b><p><p>

	<?php print $TEXT['start-text1']; ?><p>
	<?php print $TEXT['start-text2']; ?><p>
	<?php print $TEXT['start-text3']; ?><p>
	<?php print $TEXT['start-text4']; ?><p>
	<?php print $TEXT['start-text6']; ?><p>
	
	<h1>Install applications on XAMPP using BitNami</h1>
	<p>Apache Friends and BitNami are cooperating to make dozens of open source applications available on XAMPP, for free. BitNami-packaged applications include Wordpress, Drupal, Joomla! and dozens of others and can be deployed with one-click installers. Visit the <a href="http://bitnami.com/stack/xampp?utm_source=bitnami&utm_medium=installer&utm_campaign=XAMPP%2BModule" target="_blank">BitNami XAMPP page</a> for details on the currently available apps.</p>
      	<p><a href="http://bitnami.com/stack/xampp?utm_source=bitnami&utm_medium=installer&utm_campaign=XAMPP%2BModule" target="_blank"><img src="img/bitnami-xampp.png" alt="BitNami XAMPP page" border="0"></a></p>
            

	</body>
</html>