true]);
exit;
}
// Inject in footer
$old = 'Dashboards';
$new = '๐ Hub Dashboards ยท Index';
if (strpos($c, $old) !== false) {
$c = str_replace($old, $new, $c);
$backup = "/opt/wevads/vault/oss-catalog.GOLD-" . date("Ymd-His") . "-wave246";
@copy($path, $backup);
$wrote = @file_put_contents($path, $c);
echo json_encode([
"wrote" => $wrote,
"delta" => strlen($c) - $orig,
]);
} else {
echo json_encode(["error"=>"anchor not found"]);
}