barebone-kohana/application/config/common.php
Alexander Yakovlev b7f2f24e23 The beginning
It works;
that's all I need
for the initial commit.
2012-07-02 19:38:50 +07:00

6 lines
119 B
PHP

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