default configuration to Emmanuelle
This commit is contained in:
parent
f5284cdd4c
commit
04aaf20fef
@ -29,6 +29,7 @@ class PageController extends Controller {
|
|||||||
private $myDb;
|
private $myDb;
|
||||||
// private $src_path = "/var/www/html/apps/gestion/img/";
|
// private $src_path = "/var/www/html/apps/gestion/img/";
|
||||||
private $src_path = "/var/www/html/custom_apps/gestion/img/";
|
private $src_path = "/var/www/html/custom_apps/gestion/img/";
|
||||||
|
private const H2F_DEFAULT_ADMIN = "Emmanuelle";
|
||||||
private $urlGenerator;
|
private $urlGenerator;
|
||||||
private $mailer;
|
private $mailer;
|
||||||
private $config;
|
private $config;
|
||||||
@ -1230,7 +1231,8 @@ class PageController extends Controller {
|
|||||||
* @NoCSRFRequired
|
* @NoCSRFRequired
|
||||||
*/
|
*/
|
||||||
public function getConfiguration() {
|
public function getConfiguration() {
|
||||||
return $this->myDb->getConfiguration($this->idNextcloud);
|
$idNextcloud = self::H2F_DEFAULT_ADMIN;
|
||||||
|
return $this->myDb->getConfiguration($idNextcloud);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user