S  
/home/nexprism/probo.nexprism.com/config/basic.php
<?php return array (
  'site_title' => 'Cricket Pridiction',
  'base_color' => '#6978b5',
  'time_zone' => 'Asia/Kolkata',
  'currency' => 'INR',
  'currency_symbol' => '₹',
  'theme' => 'betting',
  'schedule_list' => 
  array (
    'everyMinute' => 'Every Minute',
    'everyTwoMinutes' => 'Every Two Minutes',
    'everyThreeMinutes' => 'Every Three Minutes',
    'everyFourMinutes' => 'Every Four Minutes',
    'everyFiveMinutes' => 'Every Five Minutes',
    'everyTenMinutes' => 'Every Ten Minutes',
    'everyFifteenMinutes' => 'Every Fifteen Minutes',
    'everyThirtyMinutes' => 'Every Thirty Minutes',
    'hourly' => 'hourly',
    'everyTwoHours' => 'Every TwoHours',
    'everyThreeHours' => 'Every Three Hours',
    'everyFourHours' => 'Every Four Hours',
    'everySixHours' => 'Every Six Hours',
    'daily' => 'Daily',
    'weekly' => 'Weekly',
  ),
  'fraction_number' => 0,
  'paginate' => 20,
  'email_verification' => 0,
  'email_notification' => 0,
  'sms_verification' => 0,
  'sms_notification' => 0,
  'push_notification' => 0,
  'error_log' => 0,
  'strong_password' => 0,
  'registration' => 1,
  'address_verification' => 0,
  'identity_verification' => 0,
  'maintenance' => 0,
  'is_active_cron_notification' => 1,
  'sender_email' => 'support@mail.com',
  'sender_email_name' => 'Bug Finder',
  'email_configuration' => 
  array (
    'name' => 'smtp',
    'smtp_host' => 'smtp.mailtrap.io',
    'smtp_port' => '2525',
    'smtp_encryption' => 'ssl',
    'smtp_username' => 'b75b1a5bfa5d58',
    'smtp_password' => 'f89fbe0495a7fc',
  ),
  'win_charge' => '0',
  'refund_charge' => '5',
  'minimum_bet' => '5',
  'deposit_commission' => 0,
  'bet_commission' => 0,
  'bet_win_commission' => 0,
  'theme_mode' => 0,
);