visualfail: UNIX line endings

Change-Id: I5d26ec25d070e98b977ff3130c597a388a4c2c96
This commit is contained in:
Horst Schirmeier
2014-11-20 10:27:53 +01:00
parent ea4c350bcc
commit 1d66db3625
5 changed files with 842 additions and 842 deletions

View File

@ -1,10 +1,10 @@
<?php
//Datenbank
$host = "localhost";
$username = "";
$password = "";
$database = "";
// Name der result-Tabelle
$result_table = "result";
?>
<?php
//Datenbank
$host = "localhost";
$username = "";
$password = "";
$database = "";
// Name der result-Tabelle
$result_table = "result";
?>