Version with dots instead of dashes

This commit is contained in:
sørenpeter 2024-12-08 18:37:33 +01:00
parent 1316fcf6d9
commit 8ba2513841
2 changed files with 6 additions and 2 deletions

View file

@ -1 +1 @@
2024-12-06
2024.12.06

View file

@ -349,6 +349,10 @@ function updateCachedFile($filePath) {
}
# TODO: Add a validation for the nickname. For example at least 1 character.
// if ($nick === "") {
// die("Check your config.ini file. 'public_nick' not valid");
// }
$agentName = 'timeline';
$userAgentHeader = "User-Agent: $agentName/$agentVersion (+$url; @$nick)\r\n";