Thursday, June 26, 2025
32.3 C
Singapore

How did PM’s private secretary get access to private AGC correspondence? – Li Shengwu demands

Li Shengwu has released private correspondence between himself and the Attorney-General’s Chambers, since his uncle, Prime Minister Lee Hsien Loong’s private secretary somehow gained access to the private correspondence and released private information to the public.

Shengwu was referring to comments made my private secretary Chang to news agency Reuters on 18 August 2017.

In a separate development, the AGC has been given permission to continue contempt of court proceedings against the grandson of late founding Prime Minister Lee Kuan Yew.

We republish the correspondence between Shengwu and the AGC here:

See also  PM Lee and DPM Heng recall how lucky it was that the NCID opened well before COVID hit

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });