mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
Add VERSION and private/cache/.gitkeep
This commit is contained in:
parent
ae9c31e1a3
commit
1316fcf6d9
3 changed files with 2 additions and 1 deletions
1
VERSION
Normal file
1
VERSION
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
2024-12-06
|
||||||
|
|
@ -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
0
private/cache/.gitkeep
vendored
Normal file
Loading…
Reference in a new issue