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