This repository has been archived on 2020-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
phunk/application/config/common.php

6 lines
119 B
PHP

<?php defined('SYSPATH') OR die('No direct access allowed.');
return array(
'title' => "Простой сайт",
);