Fix and Notice

Fix and Notice
This commit is contained in:
novgorodschi catalin
2026-08-05 12:03:09 +03:00
parent ae2d835a84
commit 9084350e01
13 changed files with 225 additions and 70 deletions
+16 -6
View File
@@ -1,11 +1,21 @@
<?php
#################################################################################
# Refactor incremental SAFE - Reports Overview (all.tpl)
# - Reduced duplicate DB calls (caching user data)
# - Safer pagination handling
# - PHP 5.6+ / 7+ compatible
# - Logic preserved 100%
# - Minor SQL safety improvement (cast uid already present, kept safe)
## -= YOU MAY NOT REMOVE OR CHANGE THIS NOTICE =- ##
## --------------------------------------------------------------------------- ##
## Filename : all.tpl ##
## Type : Reports Inbox - List and Filters ##
## --------------------------------------------------------------------------- ##
## Developed by : Shadow ##
## --------------------------------------------------------------------------- ##
## Contact : cata7007@gmail.com ##
## Project : TravianZ ##
## URLs: : https://travianz.org ##
## GitHub : https://github.com/Shadowss/TravianZ ##
## --------------------------------------------------------------------------- ##
## License : TravianZ Project ##
## Copyright : TravianZ (c) 2010-2026. All rights reserved. ##
## --------------------------------------------------------------------------- ##
#################################################################################
// ======================== NOTICE TYPES ========================