Implemented getUserInfos for current user

This commit is contained in:
Pierre
2017-05-19 18:17:32 +02:00
parent 60cbfd020d
commit 55f0e55bbd
6 changed files with 60 additions and 11 deletions

View File

@ -51,6 +51,7 @@ $config['JSfiles'] = array(
//User scripts
"%PATH_ASSETS%js/user/loginTokens.js",
"%PATH_ASSETS%js/user/userLogin.js",
"%PATH_ASSETS%js/user/userInfos.js",
//Pages scripts
"%PATH_ASSETS%js/pages/home/home.js",

View File

@ -12,6 +12,6 @@ $config['siteMode'] = "dev";
$config['siteURL'] = "http://devweb.local/comunic/v2/";
//API config
$config['API_URL'] = "http://devweb.local/comunic/current/api.php/";
$config['API_SERVICE_NAME'] = "";
$config['API_SERVICE_TOKEN'] = "";
$config['API_URL'] = "http://devweb.local/comunic/api/";
$config['API_SERVICE_NAME'] = "testService";
$config['API_SERVICE_TOKEN'] = "testPasswd";