first commit
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
<?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' => '',
|
||||
|
||||
);
|
||||
Reference in New Issue
Block a user