added echo

This commit is contained in:
Joey Lai
2017-01-20 11:58:33 +01:00
parent dfc04be8b6
commit 66e4fa189c

View File

@@ -11,9 +11,9 @@
session_start(); session_start();
if(isset($_SESSION["userID"])){ if(isset($_SESSION["userID"])){
<script> echo "<script>
window.onload=checkLoggedIn(); window.onload=checkLoggedIn();
</script> </script>"
} }
// Define variables and set to empty values // Define variables and set to empty values