Image now a file
This commit is contained in:
@@ -39,6 +39,11 @@ class Config
|
||||
return Config::getInstance()->app["basePath"];
|
||||
}
|
||||
|
||||
public static function getBaseFSPath()
|
||||
{
|
||||
return Config::getInstance()->app["baseFSPath"];
|
||||
}
|
||||
|
||||
public static function getDatabase()
|
||||
{
|
||||
return Config::getInstance()->database;
|
||||
|
||||
@@ -2,4 +2,5 @@
|
||||
|
||||
return [
|
||||
"basePath" => "phpCourse/exam/",
|
||||
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user