ollyollyollyltd
Results
3
issues of
ollyollyollyltd
## Have you checked borgbackup docs, FAQ, and open GitHub issues? Yes ## Is this a BUG / ISSUE report or a QUESTION? Bug ## System information. For client/server mode...
The Admin class takes an (maybe) authorised client as it's first argument. ``` $client = new couchClient(http://username:[email protected]:5984),'myDb'); $admin = new couchAdmin($client); ``` When the admin class wants to make requests...