9 lines
244 B
PHP
9 lines
244 B
PHP
<?php
|
|
|
|
return [
|
|
"basePath" => "/phpCourse/exam/",
|
|
"storagePath" => "/phpCourse/exam/storage/",
|
|
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/",
|
|
"storageFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
|
|
];
|