PLA now starts at the root of the HTML request, favicon setup

This commit is contained in:
Deon George
2023-01-27 16:29:02 +11:00
parent d0242ce3d8
commit 58e171aea1
7 changed files with 8 additions and 6 deletions

View File

@@ -13,8 +13,8 @@ return [
|
*/
'name' => env('APP_NAME', 'phpLDAPadmin'),
'name_html_long' => env('APP_NAME_HTML_LONG', '<b>php</b>LDAPadmin'),
'name' => 'PLA',
'name_html_long' => '<b>php</b>LDAPadmin',
'version' => trim(file_get_contents(__DIR__.'/../public/VERSION')),
/*