Skip to content

Purge the LOGLEVEL_INFO constant to avoid `Use of undefined constant` warnings

Helmo requested to merge helmo/ispconfig3:patch-loglevel-info into stable-3.1

So far only used in two places, but it needs to be defined to changed there:

  • server/lib/classes/db_mysql.inc.php
  • interface/lib/classes/db_mysql.inc.php

I simply picked the next number after LOGLEVEL_ERROR

Edited by Helmo

Merge request reports