Compare commits

..

No commits in common. "f0b0de405c188da4973bb27e1baeef9a800dc29c" and "ffc4aaf1100ba20bffcff1dec710865a7ebbdfc8" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,6 @@
"ws": "^7.4.4"
},
"scripts": {},
"author": "Pőcze Bence and The MapGuesser Contributors <bence@pocze.ch>",
"author": "Pőcze Bence <bence@pocze.ch>",
"license": "GNU AGPL 3.0"
}

View File

@ -29,6 +29,6 @@
</main>
<footer>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; The MapGuesser Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
--><p>&copy; Pőcze Bence <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection