new pisilinux web sites
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?php return
|
||||
[
|
||||
'language' => 'tr',
|
||||
'timezone' => 'Europe/Istanbul',
|
||||
'locale' =>
|
||||
[
|
||||
'charset' => 'en_US.UTF-8',
|
||||
'language' => 'english',
|
||||
],
|
||||
'mode' => 'development',
|
||||
'key' => ZN\In::secretProjectKey('!E;gk86H(-J>F6mq3b_3=h*'),
|
||||
'benchmark' => false,
|
||||
'log' =>
|
||||
[
|
||||
'createFile' => false,
|
||||
'fileTime' => '30 day'
|
||||
],
|
||||
'headers' =>
|
||||
[
|
||||
'content-type: text/html; charset=utf-8'
|
||||
],
|
||||
'errorReporting' => E_ALL,
|
||||
'escapeErrors' => [],
|
||||
'exitErrors' => [0, 2],
|
||||
'restoration' =>
|
||||
[
|
||||
'machinesIP' => ['127.0.0.1'],
|
||||
'pages' => [],
|
||||
'routePage' => ''
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php return
|
||||
[
|
||||
'openController' => 'Bugs',
|
||||
'openFunction' => 'main',
|
||||
'show404' => 'show404',
|
||||
'requestMethods' =>
|
||||
[
|
||||
'page' => '',
|
||||
'disallowMethods' => [],
|
||||
'allowMethods' => []
|
||||
],
|
||||
'patternType' => 'classic',
|
||||
'changeUri' => [
|
||||
'new' => 'Bugs/new',
|
||||
'edit/(.*)' => 'Bugs/edit/$1',
|
||||
'detail/(.*)' => 'Bugs/detail/$1',
|
||||
'search' => 'Bugs/search',
|
||||
'help' => 'Bugs/help',
|
||||
'delete/(.*)' => 'Bugs/delete/$1',
|
||||
]
|
||||
];
|
||||
@@ -0,0 +1,13 @@
|
||||
<?php return
|
||||
[
|
||||
'constructors' => ['Initialize'],
|
||||
'destructors' => [],
|
||||
'extractViewData' => false,
|
||||
'ajaxCodeContinue' => false,
|
||||
'viewNameType' => 'directory',
|
||||
'autoload' =>
|
||||
[
|
||||
'status' => true,
|
||||
'recursive' => false
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user