����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.217.55.199 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/cbt.gltechlimited.com/config/ |
Upload File : |
<?php /** * File name: qwiktest.php * Last modified: 18/07/21, 7:37 PM * Author: NearCraft - https://codecanyon.net/user/nearcraft * Copyright (c) 2021 */ return [ /* |-------------------------------------------------------------------------- | App Info |-------------------------------------------------------------------------- | */ 'installed' => env('APP_INSTALLED', false), 'version' => env('APP_VERSION', null), /* |-------------------------------------------------------------------------- | Question Matching Pair Salts |-------------------------------------------------------------------------- | */ 'default_font' => env('DEFAULT_FONT', "Inter"), 'default_font_url' => env('DEFAULT_FONT_URL', "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap"), /* |-------------------------------------------------------------------------- | Supported Payment Processors |-------------------------------------------------------------------------- | */ 'payment_processors' => [ 'paypal' => [ 'name' => 'PayPal', 'description' => 'Credit & Debit Cards', ], 'stripe' => [ 'name' => 'Stripe', 'description' => 'Credit Cards', ], 'razorpay' => [ 'name' => 'Razorpay', 'description' => 'Credit/Debit Cards, Net Banking, UPI', ], 'bank' => [ 'name' => 'Bank', 'description' => 'Bank transfer' ] ], /* |-------------------------------------------------------------------------- | Question Matching Pair Salts |-------------------------------------------------------------------------- | */ 'matching_option_salt' => "gRPXyMML3JZ4gbX3", 'matching_pair_salt' => "AVZZn02uV1ppQhcE", /* |-------------------------------------------------------------------------- | Question Ordering Pair Salts |-------------------------------------------------------------------------- | */ 'ordering_option_salt' => "EejYoTj4as3RQtUm", /* |-------------------------------------------------------------------------- | Enable Demo Mode (Don't edit) |-------------------------------------------------------------------------- | */ 'demo_mode' => env('APP_DEMO', false), ];