diff --git a/views/new_twt.php b/views/new_twt.php index ebef83d..78754cf 100644 --- a/views/new_twt.php +++ b/views/new_twt.php @@ -24,7 +24,7 @@ if (!isset($_SESSION['password'])) { exit(); } -//$textareaValue = ''; +$textareaValue = ''; if (isset($_GET['hash'])) { $hash = $_GET['hash']; $textareaValue = "(#$hash) "; @@ -82,10 +82,9 @@ if (isset($_POST['submit'])) { header('Refresh:0; url=.'); exit; - -} else { ?> - - + - +