mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
Merge pull request #27 from innocenzi/fix/windows-home
Add support for windows home path (fixes #14)
This commit is contained in:
@@ -152,7 +152,7 @@ return [
|
||||
|
|
||||
*/
|
||||
'database' => implode(DIRECTORY_SEPARATOR, [
|
||||
$_SERVER['HOME'] ?? __DIR__,
|
||||
$_SERVER['HOME'] ?? $_SERVER['USERPROFILE'] ?? __DIR__,
|
||||
'.expose',
|
||||
'expose.db'
|
||||
]),
|
||||
|
||||
Reference in New Issue
Block a user