Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 25, 2024
1 parent a0484c0 commit 2f1b348
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
}
list($key, $value) = explode('=', $line, 2);

echo $key . '=' . $value . "\n";

define(str_replace('export ', '', $key), str_replace('"', '', $value));
}
} else {
Expand Down

0 comments on commit 2f1b348

Please sign in to comment.