Changed gitignore and config
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
|
||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user