Hallo :D
die install. php schreibt die config.php am ende nicht. Warum
inhalt der Install teil.1
<?php
session_start();
$path = dirname(__FILE__);
//windows cleanup
if(strstr($path, '\install')){
$path = str_replace('\\', '/', $path);
}
$path = str_replace('/install', '/', $path)...