3 Commits

3 changed files with 89 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ logextra( "Host ID was found \"$host_id\"" );
$provided_host_name = urldecode( $decoded_json["host_name"] ); $provided_host_name = urldecode( $decoded_json["host_name"] );
if ( empty( $provided_host_name ) or strlen( $provided_host_name ) < 3 or strlen( $provided_host_name ) > 50 ) { if ( empty( $provided_host_name ) or strlen( $provided_host_name ) < 2 or strlen( $provided_host_name ) > 50 ) {
problem("host_name length is not correct"); problem("host_name length is not correct");
} }

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 KiB