roles
This commit is contained in:
parent
bf8e3ea138
commit
2b770fdab3
4 changed files with 18 additions and 6 deletions
|
@ -12,7 +12,6 @@
|
|||
if (!$username) return;
|
||||
if (!array_key_exists('post',$_POST)) return;
|
||||
|
||||
|
||||
$postie = $_POST['post'];
|
||||
|
||||
if (strlen($postie) < 1 || strlen($postie) > 1024) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue