// The value is set to "true" by default in boot.php
$a->backend=false;
// Only load config if found, don't suppress errors
if(!$a->mode==App::MODE_INSTALL){
include".htconfig.php";
}
/**
* Try to open the database;
*/
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.