"dba" is now a static class

This commit is contained in:
Michael 2017-10-11 12:56:36 +00:00
parent dbcd1d1ae3
commit a29b7e7153
14 changed files with 203 additions and 341 deletions

View file

@ -24,8 +24,6 @@ function directory_post(App $a) {
}
function directory_content(App $a) {
global $db;
require_once("mod/proxy.php");
if((get_config('system','block_public')) && (! local_user()) && (! remote_user()) ||