Image now a file

This commit is contained in:
2024-07-21 18:28:19 +02:00
parent 8d91e805dd
commit b3c5841e36
17 changed files with 346 additions and 36 deletions
+5
View File
@@ -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;
+1
View File
@@ -2,4 +2,5 @@
return [
"basePath" => "phpCourse/exam/",
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/"
];