semicolons!

This commit is contained in:
Thies Mueller 2021-01-10 14:13:45 +01:00
parent ae886df878
commit 8d20504778

View File

@ -9,7 +9,7 @@
<?php <?php
session_start(); session_start();
if($_SESSION['activated'] == 0) { if($_SESSION['activated'] == 0) {
die ("Not activated yet") die ("Not activated yet");
} }
echo "heres the fun world" echo "heres the fun world";
?> ?>