Compare commits
3 Commits
newsite
...
0378282264
| Author | SHA1 | Date | |
|---|---|---|---|
| 0378282264 | |||
| ebae3bc284 | |||
| cfe29eb0e2 |
@@ -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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
88
hub/images/hpr-splatter-logo.svg
Normal file
88
hub/images/hpr-splatter-logo.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 96 KiB |
BIN
hub/images/main-header-background.png
Normal file
BIN
hub/images/main-header-background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 529 KiB |
Reference in New Issue
Block a user