master
Jakob 2020-03-08 18:26:12 +01:00
parent 01e6aa5530
commit 0cfd2925f8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ $id=$_GET['id'];
} else { } else {
include("./default.php"); include("./default.php");
} }
} else } else {
echo "<div class='margin'><a href='%CONTENT_DIR%/login/'><button> Log in to post something </button></a></div>"; echo "<div class='margin'><a href='%CONTENT_DIR%/login/'><button> Log in to post something </button></a></div>";
} }
?> ?>