This commit is contained in:
biglyderv 2024-12-02 07:59:45 -05:00
parent bf8e3ea138
commit 2b770fdab3
4 changed files with 18 additions and 6 deletions

View file

@ -12,7 +12,6 @@
if (!$username) return;
if (!array_key_exists('post',$_POST)) return;
$postie = $_POST['post'];
if (strlen($postie) < 1 || strlen($postie) > 1024) {