aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorkj_sh6042023-07-09 00:55:40 -0400
committerkj_sh6042023-07-09 00:55:40 -0400
commitc3f58e4832ff0cafaeb616601a719b0a755fba2e (patch)
treeef037d64767093844feab31b89ea5459c0c8d86c /index.php
parent6f7b67d963b201e5b5bb5742983e0ec3ddc0e2a3 (diff)
refactor: revert to `0972f96`
Diffstat (limited to 'index.php')
-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"]; ?>