Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/admin.eclassify.codeskitter.site/config/
Upload File :
Current File : /home/users/unlimited/www/admin.eclassify.codeskitter.site/config/rolepermission.php

<?php

$config = [
    'dashboard' => array('read'),
    'users_accounts' => array('create', 'read', 'update'),
    'about_us' => array('read', 'update'),
    'privacy_policy' => array('read', 'update'),
    'contact_us' => array('read', 'update'),
    'terms_condition' => array('read', 'update'),
    'customer' => array('create', 'read', 'update', 'delete'),
    'slider' => array('create', 'read', 'update', 'delete'),
    'categories' => array('create', 'read', 'update', 'delete'),
    'type' => array('create', 'read', 'update', 'delete'),
    'property' => array('create', 'read', 'update', 'delete'),
    'property_enquiry' => array('read', 'update', 'delete'),
    'notification' => array('read', 'update', 'delete'),
];
return $config;