scripts in de database

This commit is contained in:
2026-08-28 12:17:50 +02:00
parent 51187f8537
commit 2f92328461
179 changed files with 7344 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
// last execution: 2026-08-28 10:17:02
$cfg = ConfigGet('job-test');
log('warning', 'JobTest: Current value for config job-test:', $cfg);
$cfg = datetime\now();
ConfigSet('job-test', $cfg);