mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-01 19:06:41 +00:00
Update www/submit.php
This commit is contained in:
parent
124421ed89
commit
19fa5fefcd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (isset($_POST['submit'])){
|
||||||
$error_message = "All of the fields must not be empty";
|
$error_message = "All of the fields must not be empty";
|
||||||
}else{
|
}else{
|
||||||
if (strlen($link) > 512 or strlen($name) > 64 or strlen($description) > 256 or strlen($sensitive) > 1 or strlen($category) > 64){
|
if (strlen($link) > 512 or strlen($name) > 64 or strlen($description) > 256 or strlen($sensitive) > 1 or strlen($category) > 64){
|
||||||
$error_message = "Don't excede the limit";
|
$error_message = "Don't exceed the limit";
|
||||||
}else{
|
}else{
|
||||||
|
|
||||||
// Open the file once before the loop
|
// Open the file once before the loop
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue