ajout admin panel
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user