compiling css + assigning user to new company in options (admin)
This commit is contained in:
3
index.php
Normal file → Executable file
3
index.php
Normal file → Executable file
@@ -208,6 +208,9 @@ if($bUserOk && $sAction!=Databap::EXT_ACCESS)
|
||||
case 'reset_pass':
|
||||
$sResult = $oDatabap->resetPass($oUser);
|
||||
break;
|
||||
case 'assign_user':
|
||||
$sResult = $oDatabap->assignUser($oUser, $sCompany);
|
||||
break;
|
||||
case 'build_index':
|
||||
$oDatabap->buildCompleteIndex();
|
||||
$sResult = 'Index ok';
|
||||
|
||||
Reference in New Issue
Block a user