Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
silvinor committed May 19, 2024
1 parent 8448d9c commit 7f4cb75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,6 @@ function liquefyStr($str, $replacements = []) {
return $str;
}

echo liquefyStr("Hello {{name}}, welcome to {{plACe}}!", ['name' => 'Alice', 'place' => 'Wonderland']); die();

/**
* generates the URL for the QR-Code API provider
*/
Expand Down

0 comments on commit 7f4cb75

Please sign in to comment.