*---------------------------------------------------------------
*
* If you want this front controller to use a different "application"
* directory than the default one you can set its name here. The directory
* can also be renamed or relocated anywhere on your server. If you do,
* use an absolute (full) server path.
* For more info please see the user guide:
*
* https://codeigniter.com/user_guide/general/managing_apps.html
*
* NO TRAILING SLASH!
*/
$application_folder = 'application';
/*
*---------------------------------------------------------------
* VIEW DIRECTORY NAME
*---------------------------------------------------------------
*
* If you want to move the view directory out of the application
* directory, set the path to it here. The directory can be renamed
* and relocated anywhere on your server. If blank, it will default
* to the standard location inside your application directory.
* If you do move this, use an absolute (full) server path.
*
* NO TRAILING SLASH!
*/
$view_folder = 'themes/default/views';
/*
* --------------------------------------------------------------------
* DEFAULT CONTROLLER
* --------------------------------------------------------------------
*
* Normally you will set your default controller in the routes.php file.
* You can, however, force a custom routing by hard-coding a
* specific controller class/function here. For most applications, you
* WILL NOT set your routing here, but it's an option for those
* special instances where you might want to override the standard
* routing in a specific front controller that shares a common CI installation.
*
* IMPORTANT: If you set the routing here, NO OTHER controller will be
* callable. In essence, this preference limits your application to ONE
* specific controller. Leave the function name blank if you need
* to call functions dynamically via the URI.
*
* Un-comment the $routing array below to use this feature
*/
// The directory name, relative to the "controllers" directory. Leave blank
// if your controller is not in a sub-directory within the "controllers" one
// $routing['directory'] = '';
// The controller class file name. Example: mycontroller
// $routing['controller'] = '';
// The controller function you wish to be called.
// $routing['function'] = '';
/*
* -------------------------------------------------------------------
* CUSTOM CONFIG VALUES
* -------------------------------------------------------------------
*
* The $assign_to_config array below will be passed dynamically to the
* config class when initialized. This allows you to set custom config
* items or override any default config values found in the config.php file.
* This can be handy as it permits you to share one application between
* multiple front controller files, with each file containing different
* config values.
*
* Un-comment the $assign_to_config array below to use this feature
*/
// $assign_to_config['name_of_config_item'] = 'value of config item';
// --------------------------------------------------------------------
// END OF USER CONFIGURABLE SETTINGS. DO NOT EDIT BELOW THIS LINE
// --------------------------------------------------------------------
/*
* ---------------------------------------------------------------
* Resolve the system path for increased reliability
* ---------------------------------------------------------------
*/
// Set the current directory correctly for CLI requests
if (defined('STDIN'))
{
chdir(dirname(__FILE__));
}
if (($_temp = realpath($system_path)) !== FALSE)
{
$system_path = $_temp.DIRECTORY_SEPARATOR;
}
else
{
// Ensure there's a trailing slash
$system_path = strtr(
rtrim($system_path, '/\\'),
'/\\',
DIRECTORY_SEPARATOR.DIRECTORY_SEPARATOR
).DIRECTORY_SEPARATOR;
}
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
Stikked
