Fixed issues after updating composer packages.

This commit is contained in:
Amin Mahmoudi
2023-12-29 18:13:21 +03:30
parent 3345f8d31d
commit e07b994cfd
5 changed files with 9 additions and 26 deletions

View File

@@ -5,7 +5,6 @@
* Email : lichwow_masterking@yahoo.com
* Date: 04/02/2020 - 6:55 PM
*/
use SebastianBergmann\Timer\Timer;
?>
</main>
<footer id="footer">
@@ -22,7 +21,7 @@ use SebastianBergmann\Timer\Timer;
<div class="container footer-bottom clearfix">
<div class="credits">
Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
<BR>
Tempelate Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> and Modified by <a
href="http://masterking32.com">Amin.MasterkinG</a>

View File

@@ -1,17 +1,13 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (https://masterking32.com)
* @link https://masterking32.com
* @Description : It's not masterking32 framework !
**/
use SebastianBergmann\Timer\Timer;
?>
<footer class="footer-section">
<h2>Developed by <a href="http://masterking32.com">MasterkinG32.CoM</a>
- <?php echo "Load " . Timer::resourceUsage(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
<BR>
Tempelate Designed by <a href="https://belikovart.ru/" target="_blank">Roxtedy</a> and Modified by <a
href="http://masterking32.com">Amin.MasterkinG</a></h2>

View File

@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (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(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</div>
</div>
</div>

View File

@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (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(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</div>
</div>
</div>

View File

@@ -1,18 +1,14 @@
<?php
/**
* @author Amin Mahmoudi (MasterkinG)
* @copyright Copyright (c) 2019 - 2022, MsaterkinG32 Team, Inc. (https://masterking32.com)
* @copyright Copyright (c) 2019 - 2024, MasterkinG32 (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(); ?>
- <?php echo "Load " . (new SebastianBergmann\Timer\ResourceUsageFormatter)->resourceUsageSinceStartOfRequest(); ?>
</footer>
</body>
</html>