Files
php_task_1/application/config/setting.php
T
2022-06-30 05:46:02 -04:00

20 lines
676 B
PHP
Executable File

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
/*Powered By: Manaknightdigital Inc. https://manaknightdigital.com/ Year: 2021*/
/*
| -------------------------------------------------------------------
| MIME TYPES
| -------------------------------------------------------------------
| This file contains an array of mime types. It is used by the
| Upload class to help identify allowed file types.
|
*/
$config['setting'] = array(
'fixed_paper_amount' => '50',
'payout_percentage_seller' => '20',
'maintenance' => '0',
'version' => '1.0.0',
'copyright' => 'Copyright © 2021 Manaknightdigital Inc. All rights reserved.',
'license_key' => '',
);