mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 00:24:23 +00:00
e4658f250f
The alliance/editAli/delAli pages are linked all over the admin panel (?p=alliance&aid=, ?p=editAli, ?p=delAli) but were never in admin_validated_page()'s whitelist, so admin.php fell back to search.tpl and the pages never showed. Add them to the whitelist plus switch cases for the breadcrumb (the templates resolve $aid/$alidata themselves from $_GET, like editSitter/editPassword). Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>