芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/teafund.pulsehost.co.uk/api/update_user_role.php
prepare("UPDATE users SET role=? WHERE id=?"); $stmt->execute([$role, $user_id]); header('Location: /admin/roles.php?ok=1'); exit; ?>