mirror of
https://github.com/friendica/friendica
synced 2025-04-23 18:30:11 +00:00
installer changes, pe sync
This commit is contained in:
parent
7294a3aab1
commit
35e29e10e6
15 changed files with 345 additions and 77 deletions
|
@ -20,6 +20,10 @@ class dba {
|
|||
system_unavailable();
|
||||
}
|
||||
|
||||
public function getdb() {
|
||||
return $this->db;
|
||||
}
|
||||
|
||||
public function q($sql) {
|
||||
global $debug_text;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue