2025-09-01 19:47:14 +02:00

22 lines
512 B
PHP

<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/
use SebastianBergmann\Timer\Timer;
?>
<div class="row">
<div class="text-center box1">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
</div>
</div>
</div>
</div>
</body>
</html>