new pisilinux web sites

This commit is contained in:
Erkan IŞIK
2026-07-01 16:44:17 +03:00
commit b58488b586
21740 changed files with 2066209 additions and 0 deletions
+31
View File
@@ -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' => ''
]
];
+21
View File
@@ -0,0 +1,21 @@
<?php return
[
'openController' => 'Forum',
'openFunction' => 'main',
'show404' => 'show404',
'requestMethods' =>
[
'page' => '',
'disallowMethods' => [],
'allowMethods' => []
],
'patternType' => 'classic',
'changeUri' => [
'category/(.*)' => 'Forum/category/$1',
'newsubject' => 'Forum/newsubject',
'newthread/(.*)' => 'Forum/newthread/$1',
'subject/(.*)' => 'Forum/subject/$1',
'konu_duzenle/(.*)' => 'Forum/konu_duzenle/$1',
'delete/(.*)' => 'Forum/delete/$1',
]
];
+13
View File
@@ -0,0 +1,13 @@
<?php return
[
'constructors' => ['Initialize'],
'destructors' => [],
'extractViewData' => false,
'ajaxCodeContinue' => false,
'viewNameType' => 'directory',
'autoload' =>
[
'status' => true,
'recursive' => false
]
];