aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index 464df23..75a638a 100644
--- a/index.php
+++ b/index.php
@@ -27,7 +27,6 @@ session_start(); ?>
<hr>
<?php
include "includes/nav-header.php";
- $_SESSION["user-input"] = null;
?>
<?php if (isset($_POST["compile"])) {
$_SESSION["user-input"] = $_POST["user-input"]; ?>