Compare commits

..

No commits in common. "4f007765f48178c93a61c73107be0ad68092c76c" and "e487a5981634319c8c86a0912452668644ad4d91" have entirely different histories.

View File

@ -25,8 +25,8 @@
@yields('main')
</main>
<footer>
<p><?= round($__debug_runtime, 0) ?> ms</p><!--
--><p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
<p><?= round($__debug_runtime, 0) ?> ms</p>
<p><span class="bold"><?= $_ENV['APP_NAME'] ?></span> <?= str_replace('Release_', '', VERSION) ?></p><!--
--><p>&copy; The RVR Contributors <?= (new DateTime(REVISION_DATE))->format('Y') ?></p>
</footer>
@endsection