Images return full URI (excl. host)

This commit is contained in:
2024-07-28 01:58:16 +02:00
parent 215ed1bc7f
commit 93e5cebce0
5 changed files with 49 additions and 7 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
<?php
return [
"basePath" => "phpCourse/exam/",
"basePath" => "/phpCourse/exam/",
"storagePath" => "/phpCourse/exam/storage/",
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/",
"storagePath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
"storageFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
];