Skip to content

Commit

Permalink
Inline-Kommentare
Browse files Browse the repository at this point in the history
Inline-Kommentare müssen jeweils ein Leerzeichen vor und hinter dem # haben
  • Loading branch information
aeberhard committed Jul 27, 2018
1 parent a118287 commit b476bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
$_line = trim($_line);
if (substr($_line, 0, 1) != '#') { // Kommentarzeilen übergehen

$_work = explode('#', $_line); // wg. Inline-Kommentaren
$_work = explode(' # ', $_line); // wg. Inline-Kommentaren
$_set = explode('=', $_work[0]);

// [Section] als Prefix
Expand Down

0 comments on commit b476bba

Please sign in to comment.