mirror of
https://github.com/araxiaonline/WoWSimpleRegistration.git
synced 2026-06-13 03:12:27 -04:00
15 lines
431 B
PHP
15 lines
431 B
PHP
<?php
|
|
/**
|
|
* @author Amin Mahmoudi (MasterkinG)
|
|
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
|
|
* @link https://masterking32.com
|
|
**/
|
|
?>
|
|
</div>
|
|
<footer class="text-center">
|
|
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
|
|
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
|
|
</footer>
|
|
</body>
|
|
</html>
|