Guest User

Untitled

a guest
Mar 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
  2.  
  3. $config['profile.created'] = array(
  4. array('library', 'point_events', 'assign_points', 100)
  5. );
  6.  
  7. $config['question.deleted'] = array(
  8. array('model', 'answers', 'question_deleted')
  9. );
  10.  
  11. $config['answer.created'] = array(
  12. array('library', 'point_events', 'assign_points', 5),
  13. );
Add Comment
Please, Sign In to add comment