Skip to content
  • lucha's avatar
    patch: stops wordpress from hardcoding the location of debug.log · ef99e881
    lucha authored
    by default, if DEBUG_LOG is true, wordpress will set error_log to wp-content/debug.log,
    which is publicly accessible. We want instead to set it via our own php.ini. This patch
    removes the Wordpress code responsible for modifying the error_log location.
    ef99e881