mirror of https://github.com/BOINC/boinc.git
admin web: show PHP warnings
This commit is contained in:
parent
6656e2eaec
commit
89d92f4a24
|
@ -16,6 +16,10 @@
|
|||
// You should have received a copy of the GNU Lesser General Public License
|
||||
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', true);
|
||||
ini_set('display_startup_errors', true);
|
||||
|
||||
require_once("../inc/db_ops.inc");
|
||||
require_once("../inc/util.inc");
|
||||
require_once("../project/project.inc");
|
||||
|
|
Loading…
Reference in New Issue