relocate index and db

This commit is contained in:
redmatrix
2016-05-24 16:36:55 -07:00
parent 29ba891809
commit 84ba6393ad
7 changed files with 253 additions and 221 deletions

View File

@@ -2040,7 +2040,7 @@ function get_site_info() {
'admin' => $admin,
'site_name' => (($site_name) ? $site_name : ''),
'platform' => Zotlabs\Lib\System::get_platform_name(),
'dbdriver' => $db->getdriver(),
'dbdriver' => DBA::$dba->getdriver(),
'lastpoll' => get_config('system','lastpoll'),
'info' => (($site_info) ? $site_info : ''),
'channels_total' => $channels_total_stat,