<?php
$config = [
'db' => [
'host' => 'localhost',
'name' => 'opt312_nets',
'user' => 'opt312_nets',
'pass' => 'nets'
],
'head' => [
'title' => 'Главная',
'meta' => [
'description' => null,
'keywords' => null,
'author' => 'Netscape',
]
],
'system' => [
'copyright' => 'NetsCMS',
'version' => '2.0'
]
];