Add VERSION and private/cache/.gitkeep

This commit is contained in:
sørenpeter 2024-12-06 17:24:50 +01:00
parent ae9c31e1a3
commit 1316fcf6d9
3 changed files with 2 additions and 1 deletions

1
VERSION Normal file
View file

@ -0,0 +1 @@
2024-12-06

View file

@ -10,7 +10,7 @@ if ($config['debug_mode']) {
error_reporting(E_ALL); error_reporting(E_ALL);
} }
$agentVersion = trim(file_get_contents('./version.txt')); $agentVersion = trim(file_get_contents('./VERSION'));
class TwtxtFile { class TwtxtFile {
public $mainURL = ''; // First found URL public $mainURL = ''; // First found URL

0
private/cache/.gitkeep vendored Normal file
View file