File: /home/imensosw/www/imenso.co/dev/impactify-it/config/constants.php
<?php
//"http://infooss.com:28934";
//'portUrl'=>'http://192.168.1.35:3000',
//http://18.216.4.219
return [
'portUrl'=>'http://18.216.4.219',
'admin_email'=>'support@impactify.in',
'added'=>'Added Successfully',
'updated'=>'Updated Successfully',
'notadded'=>'Can not be Added',
'notupdated'=>'Can not be Updated',
'deleted'=>'Deleted Successfully',
'notdeleted'=>'Can not be Deleted',
'wrong-password'=>'Wrong username and password',
'not-aproved'=>'This user is not Approved',
'not-user'=>"We can't find a user with this e-mail address",
'user-disable'=>'User is deactivated. Please contact administrator',
'projectStartEroor'=>'Budget total for Project, Category and Payment Schedule must be same',
'product_type'=>[''=>'Please select','Bridal'=>'Bridal','Casual'=>'Casual','Classic'=>'Classic','Ethnic'=>'Ethnic',
'Fashion'=>'Fashion','Handmade'=>'Handmade','Ivory'=>'Ivory','Jadau'=>'Jadau','Kundan'=>'Kundan','Lac'=>'Lac'],
'project-added'=>'project add',
'project-updated'=>'project update',
'kpi-added'=>'kpi add',
'kpi-updated'=>'kpi update',
'project-budget-added'=>'budget add',
'project-budget-updated'=>'budget update',
'project-payment-added'=>'payment add',
'project-payment-updated'=>'payment update',
'comment-added'=>'comment add',
'project-task-added'=>'task add',
'project-task-updated'=>'task update',
'project-status-updated'=>'status update',
'project-assign'=>'project assign to sponsor',
'project-team-assign'=>'project assign to team',
'project-task-budget'=>'update project task budget',
'permission'=>"don't have permission",
]
?>