KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/parasoffline.edukrypt.in/application/modules/user1/config/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/parasoffline.edukrypt.in/application/modules/user1/config/site.php
<?php
defined('BASEPATH') or exit('No direct script access allowed');

/*
| -------------------------------------------------------------------------
| Site (by CI Bootstrap 3)
| -------------------------------------------------------------------------
| This file lets you define default values to be passed into views when calling 
| MY_Controller's render() function. 
|
| Each of them can be overrided from child controllers.
|
*/

$config['site'] = array(

	// Site name
	'name' => 'EduKrypt',

	// Default page title
	// (set empty then MY_Controller will automatically generate one based on controller / action)
	'title' => '',

	// Default meta data (name => content)
	'meta'	=> array(
		'author'		=> 'EduKrypt',
		'description'	=> 'EduKrypt 1.0'
	),

	// Default scripts to embed at page head / end
	'scripts' => array(
		'head'	=> array(
			'assets/dist/adminlte.min.js',
			'assets/dist/admin.min.js'
		),
		'foot'	=> array(),
	),

	// Default stylesheets to embed at page head
	'stylesheets' => array(
		'screen' => array(
			'assets/dist/adminlte.min.css',
			'assets/dist/admin.min.css'
		)
	),

	// Multilingual settings (set empty array to disable this)
	'multilingual' => array(),

	// AdminLTE settings
	'adminlte' => array(
		'webmaster'	=> array('skin' => 'skin-red'),
		'admin'		=> array('skin' => 'skin-purple'),
		'manager'	=> array('skin' => 'skin-black'),
		'staff'		=> array('skin' => 'skin-blue')
	),

	// Menu items which support icon fonts, e.g. Font Awesome
	// (or directly update view file: /application/modules/admin/views/_partials/sidemenu.php)
	'menu' => array(
		'home' => array(
			'name'		=> 'Home',
			'url'		=> 'home',
			'icon'		=> 'fa fa-home',
		),
		'panel' => array(
			'name'		=> 'Admin Panel',
			'url'		=> 'panel',
			'icon'		=> 'fa fa-cog',
			'children'  => array(
				'Admin Users'			=> 'panel/admin_user',
				'Create Admin User'		=> 'panel/admin_user_create',
				'Admin User Groups'		=> 'panel/admin_user_group',
			)
		),


		'user' => array(
			'name'		=> 'Clients',
			'url'		=> 'user',
			'icon'		=> 'fa fa-users',
			'children'  => array(
				'List'			=> 'user/index',
				'Tags'			=> 'user/tag',
				'Users'			=> 'user/all',
				'ID Generator'		=> 'user/idgenerator',
				'User Groups'		=> 'user/group'
			)
		),

		'folder' => array(
			'name'		=> 'Directory Management',
			'url'		=> 'folder',
			'icon'		=> 'fa fa-folder',
			'children'  => array(
				'Courses'		=> 'folder/course',
				'Subjects'		=> 'folder/subject',
				'Chapters'		=> 'folder/chapter'
			)
		),

		'quiz' => array(
			'name'		=> 'MCQ Module',
			'url'		=> 'quiz',
			'icon'		=> 'fa fa-file-video-o',
			'children'  => array(
				'MCQ'		    => 'quiz/mcq',
			)
		),

		'lecture' => array(
			'name'		=> 'Content Management',
			'url'		=> 'lecture',
			'icon'		=> 'fa fa-file-video-o',
			'children'  => array(
				'Content List'	=> 'lecture/index',
				'Video Upload'	=> 'lecture/upload',
				'PDF Upload'	=> 'lecture/csv_upload',
				'Quiz Upload'	=> 'lecture/quiz_upload',
				'Server Video Upload'	=> 'dropbox/dropbox_upload',
				// 'Folder Permission'   => 'folder_permission/folder_permission'
			)
		),

		'regfile' => array(
			'name'		=> 'RegFile Management',
			'url'		=> 'lecture',
			'icon'		=> 'fa fa-key',
			'children'  => array(
				'Course Permission'	 => 'regfile/course',
				'Subject Permission' => 'regfile/subject',
				'File Permission'	 => 'regfile/file',
				'Check Permission'   => 'regfile/check'
			)
		),

		'mediarecord' => array(
			'name'		=> 'Media Play History',
			'url'		=> 'mediarecord',
			'icon'		=> 'fa fa-play',
			'children'  => array(
				'All Play History'	=> 'mediarecord'
			)
		),

		'faqs' => array(
			'name'		=> 'Faqs',
			'url'		=> 'faqs',
			'icon'		=> 'fa fa-eye',

		),

		//		'demo' => array(
		//			'name'		=> 'Demo',
		//			'url'		=> 'demo',
		//			'icon'		=> 'ion ion-load-b',	// use Ionicons (instead of FontAwesome)
		//			'children'  => array(
		//				'AdminLTE'			=> 'demo/adminlte',
		//				'Blog Posts'		=> 'demo/blog_post',
		//				'Blog Categories'	=> 'demo/blog_category',
		//				'Blog Tags'			=> 'demo/blog_tag',
		//				'Cover Photos'		=> 'demo/cover_photo',
		//				'Pagination'		=> 'demo/pagination',
		//				'Sortable'			=> 'demo/sortable',
		//				'Item 1'			=> 'demo/item/1',
		//				'Item 2'			=> 'demo/item/2',
		//				'Item 3'			=> 'demo/item/3',
		//			)
		//		),

		'logout' => array(
			'name'		=> 'Sign Out',
			'url'		=> 'panel/logout',
			'icon'		=> 'fa fa-sign-out',
		)
	),

	// default page when redirect non-logged-in user
	'login_url' => 'user/login',

	// restricted pages to specific groups of users, which will affect sidemenu item as well
	// pages out of this array will have no restriction (except required admin user login)
	'page_auth' => array(
		'user/create'				=> array(''),
		'user/group'				=> array(''),
		'user/all'				=> array('webmaster'),
		'user/idgenerator'                      => array('webmaster'),
		'user/index'                            => array('user'),
		'panel'					=> array('webmaster'),
		'faqs'					=> array('webmaster'),
		'panel/admin_user'			=> array('webmaster'),
		'panel/admin_user_create'               => array('webmaster'),
		'folder'                                => array('admin'),
		'lecture'                                => array('admin'),
		'mediarecord'                                => array('admin'),
		'panel/admin_user_group'                => array(''),


	),

	// Useful links to display at bottom of sidemenu (e.g. to pages outside Admin Panel)
	'useful_links' => array(
		array(
			'auth'		=> array('webmaster'),
			'name'		=> 'UPLOAD SOFTWARES',
			'url'		=> 'admin/softwares/upload',
			'target'	=> '',
			'color'		=> 'text-green'
		)


	),

	// For debug purpose (available only when ENVIRONMENT = 'development')
	'debug' => array(
		'view_data'		=> FALSE,	// whether to display MY_Controller's mViewData at page end
		'profiler'		=> FALSE,	// whether to display CodeIgniter's profiler at page end
	),
);

Anon7 - 2021