Fix nested php open tag in the AI page build stamp

The build-stamp edit replaced the header block's closing tag instead of
keeping it, opening a second php block inside the first. Deployed broken
because the lint in that commit printed OK unconditionally rather than
gating on php -l.
This commit is contained in:
Gmer4Lfe
2026-08-02 18:06:52 -04:00
parent ca678b1784
commit f30f3263bd
+1 -1
View File
@@ -57,7 +57,7 @@
// api/ai.php stats / ask / poll / clear
// api/readscript.php source viewer contents
// ═══════════════════════════════════════════════════════════════════════════════════════════════
<?php
// Build stamp. The tab bar uses Unraid's localURL, which swaps content by AJAX without tearing
// down the previous page's JavaScript — so a stale copy of this script can keep running, and
// its timers keep firing, while a new copy is injected. That makes "is the browser executing