Merge pull request #2658 from annando/1607-maxload

Central Backend/Frontend detection when checking for overload
This commit is contained in:
Tobias Diekershoff 2016-07-02 21:52:48 +02:00 committed by GitHub
commit 598a9f76a6
4 changed files with 111 additions and 60 deletions

View file

@ -1,4 +1,5 @@
<?php
require_once("dbm.php");
# if PDO is avaible for mysql, use the new database abstraction
# TODO: PDO is disabled for release 3.3. We need to investigate why