Files
PHP-Course/exam/config/app.php
T
2024-07-21 20:22:39 +02:00

8 lines
194 B
PHP

<?php
return [
"basePath" => "phpCourse/exam/",
"baseFSPath" => "/home/k/khofmann/public_html/phpCourse/exam/",
"storagePath" => "/home/k/khofmann/public_html/phpCourse/exam/storage/"
];