Page 1 of 1

BIG MISTAKE in xampp-win32-1.6.7

PostPosted: 30. July 2008 04:17
by sckoh
There is a missing code in the latest version, xampp-win32-1.6.7(installer, exe, zip/all versions).

XAMPP\htdocs\xampp\index.php
at the Line 12 ;

<?include("lang/".file_get_contents("lang.tmp").".php"); ?>

should be ;
<?php include("lang/".file_get_contents("lang.tmp").".php"); ?>

Take care!