diff --git a/Datei1.php b/Datei1.php index 8a7f847..d76a837 100644 --- a/Datei1.php +++ b/Datei1.php @@ -2,3 +2,4 @@ // feature1 // feature2 +// bugfix1 \ No newline at end of file diff --git a/index.php b/index.php index b24a747..97c9967 100644 --- a/index.php +++ b/index.php @@ -4,3 +4,4 @@ echo 2; echo 3; echo 4; +echo 5; // Bugfix