Fixes wrong filename

This commit is contained in:
2022-06-21 03:38:12 +02:00
parent 580e0f7906
commit d013acd125
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<?php
$ini = parse_ini_file("tokens.ini");
$ini = parse_ini_file("vars.ini");
?>
<!DOCTYPE html>
<html lang="de">