Changed gitignore and config

This commit is contained in:
2025-11-24 14:37:37 +01:00
parent 9a888d14c3
commit 823154ef9c
2 changed files with 126 additions and 126 deletions

2
.gitignore vendored
View File

@@ -4,4 +4,4 @@
# don't commit all the dependencies fetched via Composer # don't commit all the dependencies fetched via Composer
/vendor/ /vendor/
.idea/ ./.idea

View File

@@ -38,13 +38,13 @@ return array(
* Configuration for: Folders * Configuration for: Folders
* Usually there's no reason to change this. * Usually there's no reason to change this.
*/ */
'PATH_CONTROLLER' => realpath(dirname(__FILE__) . '/../../') . '/application/controller/', 'PATH_CONTROLLER' => realpath(dirname(__FILE__).'/../../') . '/application/controller/',
'PATH_VIEW' => realpath(dirname(__FILE__) . '/../../') . '/application/view/', 'PATH_VIEW' => realpath(dirname(__FILE__).'/../../') . '/application/view/',
/** /**
* Configuration for: Avatar paths * Configuration for: Avatar paths
* Internal path to save avatars. Make sure this folder is writable. The slash at the end is VERY important! * Internal path to save avatars. Make sure this folder is writable. The slash at the end is VERY important!
*/ */
'PATH_AVATARS' => realpath(dirname(__FILE__) . '/../../') . '/public/avatars/', 'PATH_AVATARS' => realpath(dirname(__FILE__).'/../../') . '/public/avatars/',
'PATH_AVATARS_PUBLIC' => 'avatars/', 'PATH_AVATARS_PUBLIC' => 'avatars/',
/** /**
* Configuration for: Default controller and action * Configuration for: Default controller and action