Compare commits

..

No commits in common. "4677cc522961445d05f00724639a3121be42d999" and "56f3a9b3801ced772882186f719d10d62f1b1cc2" 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