This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
forked from azerothcore/WoWSimpleRegistration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed issues after updating composer packages.
- Loading branch information
1 parent
3345f8d
commit e07b994
Showing
5 changed files
with
9 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
* Email : [email protected] | ||
* Date: 04/02/2020 - 6:55 PM | ||
*/ | ||
use SebastianBergmann\Timer\Timer; | ||
?> | ||
</main> | ||
<footer id="footer"> | ||
|
@@ -22,7 +21,7 @@ | |
<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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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> |