Images return full URI (excl. host)
This commit is contained in:
+3
-2
@@ -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/"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user