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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user