Skip to content

Commit

Permalink
remove instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
PandorasActorMS committed Sep 20, 2023
1 parent b81a1b6 commit af93876
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datenschutz/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
$env = parse_ini_file('../.env');
$privacyLocation = getenv("PRIVACY_LOCATION");

header("Location: $privacyLocation");
Expand Down
1 change: 0 additions & 1 deletion impressum/index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
$env = parse_ini_file('../.env');
$imprintLocation = getenv("IMPRINT_LOCATION");

header("Location: $imprintLocation");
Expand Down

0 comments on commit af93876

Please sign in to comment.