Can get advanced informations about a user.

This commit is contained in:
Pierre
2017-12-16 16:26:42 +01:00
parent 1a0a812519
commit 9beca55ad1
4 changed files with 84 additions and 8 deletions

View File

@ -8,4 +8,9 @@
/**
* The subdirectory (of user_data folder) containing image accounts
*/
$config->set("imageAccountPath", "avatars/");
$config->set("imageAccountPath", "avatars/");
/**
* The subdirectory (of user_data folder) containing background images
*/
$config->set("backgroundImagePath", "imgfond/");