Most User endpoints
This commit is contained in:
@@ -44,6 +44,11 @@ class Config
|
||||
return Config::getInstance()->app["baseFSPath"];
|
||||
}
|
||||
|
||||
public static function getStoragePath()
|
||||
{
|
||||
return Config::getInstance()->app["storagePath"];
|
||||
}
|
||||
|
||||
public static function getDatabase()
|
||||
{
|
||||
return Config::getInstance()->database;
|
||||
|
||||
+2
-1
@@ -2,5 +2,6 @@
|
||||
|
||||
return [
|
||||
"basePath" => "phpCourse/exam/",
|
||||
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/"
|
||||
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/",
|
||||
"storagePath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user