donations.php

fix actual Date
This commit is contained in:
schrom01 2023-02-16 19:48:17 +01:00
parent bb33e4b319
commit 9cc8fb405c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
echo "test";
echo date();
//echo date();
echo "test2";
echo mktime();
$dolibarrURL = "https://dolibarr.romanschenk.ch/";