Updated to new “grace.php” (instead of gracetime.php)

This commit is contained in:
pezcurrel 2024-01-02 00:54:33 +01:00
parent 25e238a1e2
commit 2c132a5155

View file

@ -3,9 +3,7 @@
use function mysqli_real_escape_string as myesc;
require __DIR__.'/transiten.php';
require __DIR__.'/gracetime.php';
$graceline=time()-$gracetime;
require __DIR__.'/grace.php';
function tc($key) {
global $english, $cols;