US-backed Gaza aid centres to close Wednesday

US-backed Gaza aid centres to close Wednesday
A plume of smoke erupts as vehicles move along a road used by displaced people fleeing from Khan Yunis westwards to al-Mawasi in the southern Gaza Strip on June 3, 2025 after the Israeli military had issued an evacuation order the previous day (AFP photo)

JERUSALEM — Aid centres run by the Gaza Humanitarian Foundation (GHF), a US and Israel-backed agency, will temporarily close Wednesday for renovation, it said.

"June 4, distribution centres will be closed for renovation, reorganisation and efficiency improvement work," GHF wrote on Facebook.

Aid distribution will resume Thursday, it added.

The Israeli army confirmed the temporary closure.

"It is prohibited tomorrow (Wednesday) to travel on roads leading to the distribution centres, which are considered combat zones," Israeli military spokesman Avichay Adraee posted on social media.

An officially private effort with opaque funding, GHF began operations on May 26 after Israel completely cut off supplies into Gaza for over two months, sparking warnings of mass famine.

But GHF's first week of operations, in which it said it had distributed more than seven million meals' worth of food, has been marred by criticism.

The Israeli military faces allegations of shooting into crowds of civilians rushing to pick up aid packages near GHF sites.

Israeli authorities and the GHF ,which uses contracted US security ,denied any such incident took place.

The United Nations and major aid groups have refused to cooperate with the foundation over concerns it was designed to cater to Israeli military objectives.

For decades, the UN agency for Palestinian refugees UNRWA had spearheaded aid distribution in Gaza, with dozens of other organisations participating in efforts to assist the population.

Israel has accused UNRWA of providing cover for Hamas militants, claiming that some of the agency's employees took part in the group's October 7 attack.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });