19 lines
		
	
	
		
			465 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			465 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>
 | |
| <footer class="text-center">
 | |
|     Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
 | |
|     - <?php echo "Load " . Timer::resourceUsage(); ?>
 | |
| </footer>
 | |
| </body>
 | |
| </html>
 | 
