mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
move containers-definition-path to Dataconst
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -62,4 +62,8 @@ class DataConst {
|
||||
public static function GetCollaboraSeccompProfilePath() : string {
|
||||
return realpath(__DIR__ . '/../cool-seccomp-profile.json');
|
||||
}
|
||||
|
||||
public static function GetContainersDefinitionPath() : string {
|
||||
return realpath(__DIR__ . '/../containers.json');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user