Updated to new “grace.php” (instead of gracetime.php)
This commit is contained in:
parent
25e238a1e2
commit
2c132a5155
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue