Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../october
File: app.php
<?php
[0] Fix | Delete
[1] Fix | Delete
return [
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
|--------------------------------------------------------------------------
[5] Fix | Delete
| Application Debug Mode
[6] Fix | Delete
|--------------------------------------------------------------------------
[7] Fix | Delete
|
[8] Fix | Delete
| When your application is in debug mode, detailed error messages with
[9] Fix | Delete
| stack traces will be shown on every error that occurs within your
[10] Fix | Delete
| application. If disabled, a simple generic error page is shown.
[11] Fix | Delete
|
[12] Fix | Delete
| You can create a CMS page with route "/error" to set the contents
[13] Fix | Delete
| of this page. Otherwise a default error page is shown.
[14] Fix | Delete
|
[15] Fix | Delete
*/
[16] Fix | Delete
[17] Fix | Delete
'debug' => true,
[18] Fix | Delete
[19] Fix | Delete
/*
[20] Fix | Delete
|--------------------------------------------------------------------------
[21] Fix | Delete
| Application Name
[22] Fix | Delete
|--------------------------------------------------------------------------
[23] Fix | Delete
|
[24] Fix | Delete
| This value is the name of your application. This value is used when the
[25] Fix | Delete
| framework needs to place the application's name in a notification or
[26] Fix | Delete
| any other location as required by the application or its packages.
[27] Fix | Delete
*/
[28] Fix | Delete
[29] Fix | Delete
'name' => 'October CMS',
[30] Fix | Delete
[31] Fix | Delete
/*
[32] Fix | Delete
|--------------------------------------------------------------------------
[33] Fix | Delete
| Application URL
[34] Fix | Delete
|--------------------------------------------------------------------------
[35] Fix | Delete
|
[36] Fix | Delete
| This URL is used by the console to properly generate URLs when using
[37] Fix | Delete
| the Artisan command line tool. You should set this to the root of
[38] Fix | Delete
| your application so that it is used when running Artisan tasks.
[39] Fix | Delete
|
[40] Fix | Delete
*/
[41] Fix | Delete
[42] Fix | Delete
'url' => '[[softurl]]/',
[43] Fix | Delete
[44] Fix | Delete
/*
[45] Fix | Delete
|--------------------------------------------------------------------------
[46] Fix | Delete
| Application Timezone
[47] Fix | Delete
|--------------------------------------------------------------------------
[48] Fix | Delete
|
[49] Fix | Delete
| Here you may specify the default timezone for your application, which
[50] Fix | Delete
| will be used by the PHP date and date-time functions. We have gone
[51] Fix | Delete
| ahead and set this to a sensible default for you out of the box.
[52] Fix | Delete
|
[53] Fix | Delete
|
[54] Fix | Delete
| -------- STOP! --------
[55] Fix | Delete
| Before you change this value, consider carefully if that is actually
[56] Fix | Delete
| what you want to do. It is HIGHLY recommended that this is always set
[57] Fix | Delete
| to UTC (as your server & DB timezone should be as well) and instead you
[58] Fix | Delete
| use cms.backendTimezone to set the default timezone used in the backend
[59] Fix | Delete
| to display dates & times.
[60] Fix | Delete
|
[61] Fix | Delete
*/
[62] Fix | Delete
[63] Fix | Delete
'timezone' => 'UTC',
[64] Fix | Delete
[65] Fix | Delete
/*
[66] Fix | Delete
|--------------------------------------------------------------------------
[67] Fix | Delete
| Application Locale Configuration
[68] Fix | Delete
|--------------------------------------------------------------------------
[69] Fix | Delete
|
[70] Fix | Delete
| The application locale determines the default locale that will be used
[71] Fix | Delete
| by the translation service provider. You are free to set this value
[72] Fix | Delete
| to any of the locales which will be supported by the application.
[73] Fix | Delete
|
[74] Fix | Delete
| WARNING: Avoid setting this to a locale that is not supported by the
[75] Fix | Delete
| backend yet, as this can cause issues in the backend.
[76] Fix | Delete
|
[77] Fix | Delete
| Currently supported backend locales are listed in
[78] Fix | Delete
| Backend\Models\Preference->getLocaleOptions())
[79] Fix | Delete
|
[80] Fix | Delete
*/
[81] Fix | Delete
[82] Fix | Delete
'locale' => '[[language]]',
[83] Fix | Delete
[84] Fix | Delete
/*
[85] Fix | Delete
|--------------------------------------------------------------------------
[86] Fix | Delete
| Application Fallback Locale
[87] Fix | Delete
|--------------------------------------------------------------------------
[88] Fix | Delete
|
[89] Fix | Delete
| The fallback locale determines the locale to use when the current one
[90] Fix | Delete
| is not available. You may change the value to correspond to any of
[91] Fix | Delete
| the language folders that are provided through your application.
[92] Fix | Delete
|
[93] Fix | Delete
*/
[94] Fix | Delete
[95] Fix | Delete
'fallback_locale' => 'en',
[96] Fix | Delete
[97] Fix | Delete
/*
[98] Fix | Delete
|--------------------------------------------------------------------------
[99] Fix | Delete
| Encryption Key
[100] Fix | Delete
|--------------------------------------------------------------------------
[101] Fix | Delete
|
[102] Fix | Delete
| This key is used by the Illuminate encrypter service and should be set
[103] Fix | Delete
| to a random, 32 character string, otherwise these encrypted strings
[104] Fix | Delete
| will not be safe. Please do this before deploying an application!
[105] Fix | Delete
|
[106] Fix | Delete
*/
[107] Fix | Delete
[108] Fix | Delete
'key' => '[[key]]',
[109] Fix | Delete
[110] Fix | Delete
'cipher' => 'AES-256-CBC',
[111] Fix | Delete
[112] Fix | Delete
/*
[113] Fix | Delete
|--------------------------------------------------------------------------
[114] Fix | Delete
| Logging Configuration
[115] Fix | Delete
|--------------------------------------------------------------------------
[116] Fix | Delete
|
[117] Fix | Delete
| Here you may configure the log settings for your application. Out of
[118] Fix | Delete
| the box, Laravel uses the Monolog PHP logging library. This gives
[119] Fix | Delete
| you a variety of powerful log handlers / formatters to utilize.
[120] Fix | Delete
|
[121] Fix | Delete
| Available Settings: "single", "daily", "syslog", "errorlog"
[122] Fix | Delete
|
[123] Fix | Delete
*/
[124] Fix | Delete
[125] Fix | Delete
'log' => 'single',
[126] Fix | Delete
[127] Fix | Delete
/*
[128] Fix | Delete
|--------------------------------------------------------------------------
[129] Fix | Delete
| Autoloaded Service Providers
[130] Fix | Delete
|--------------------------------------------------------------------------
[131] Fix | Delete
|
[132] Fix | Delete
| The service providers listed here will be automatically loaded on the
[133] Fix | Delete
| request to your application. Feel free to add your own services to
[134] Fix | Delete
| this array to grant expanded functionality to your applications.
[135] Fix | Delete
|
[136] Fix | Delete
*/
[137] Fix | Delete
[138] Fix | Delete
'providers' => array_merge(include(base_path('modules/system/providers.php')), [
[139] Fix | Delete
[140] Fix | Delete
// 'Illuminate\Html\HtmlServiceProvider', // Example
[141] Fix | Delete
[142] Fix | Delete
'System\ServiceProvider',
[143] Fix | Delete
]),
[144] Fix | Delete
[145] Fix | Delete
/*
[146] Fix | Delete
|--------------------------------------------------------------------------
[147] Fix | Delete
| Class Aliases
[148] Fix | Delete
|--------------------------------------------------------------------------
[149] Fix | Delete
|
[150] Fix | Delete
| This array of class aliases will be registered when this application
[151] Fix | Delete
| is started. However, feel free to register as many as you wish as
[152] Fix | Delete
| the aliases are "lazy" loaded so they don't hinder performance.
[153] Fix | Delete
|
[154] Fix | Delete
*/
[155] Fix | Delete
[156] Fix | Delete
'aliases' => array_merge(include(base_path('modules/system/aliases.php')), [
[157] Fix | Delete
[158] Fix | Delete
// 'Str' => 'Illuminate\Support\Str', // Example
[159] Fix | Delete
[160] Fix | Delete
]),
[161] Fix | Delete
[162] Fix | Delete
];
[163] Fix | Delete
[164] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function