mirror of
https://github.com/araxiaonline/WoWSimpleRegistration.git
synced 2026-06-13 03:12:27 -04:00
Fixed issues after updating composer packages.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user