diff options
author | Mario <mario@mariovavti.com> | 2021-02-22 10:32:05 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-02-22 10:32:05 +0000 |
commit | d4159e83336215de53d87ba9785d252b3d064b6a (patch) | |
tree | f1699e96b01bffd3d8c418c824e3f4c1101b7e56 /include | |
parent | ddad4f604b56656086b32992ef98709be2568a37 (diff) | |
download | volse-hubzilla-d4159e83336215de53d87ba9785d252b3d064b6a.tar.gz volse-hubzilla-d4159e83336215de53d87ba9785d252b3d064b6a.tar.bz2 volse-hubzilla-d4159e83336215de53d87ba9785d252b3d064b6a.zip |
streamline iconf names and make sure to save the correct data
Diffstat (limited to 'include')
-rw-r--r-- | include/cli_startup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cli_startup.php b/include/cli_startup.php index a4c1f629a..b9e7d124d 100644 --- a/include/cli_startup.php +++ b/include/cli_startup.php @@ -9,4 +9,4 @@ function cli_startup() { sys_boot(); App::set_baseurl(get_config('system','baseurl')); -}
\ No newline at end of file +} |