Remove check for ZM_WEB_DIR is writable.

pull/3636/head
Isaac Connor 2022-11-15 14:44:45 -05:00
parent 97e464b342
commit 89c6e22052
1 changed files with 0 additions and 5 deletions

View File

@ -161,11 +161,6 @@ if (
# Add Cross domain access headers
CORSHeaders();
// Check for valid content dirs
if ( !is_writable(ZM_DIR_EVENTS) ) {
ZM\Warning("Cannot write to event folder ".ZM_DIR_EVENTS.". Check that it exists and is owned by the web account user.");
}
# Globals
# Running is global but only do the daemonCheck if it is actually needed
$running = null;