semicolons!
This commit is contained in:
parent
ae886df878
commit
8d20504778
@ -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";
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user