d
This commit is contained in:
9
config/constant.php
Normal file
9
config/constant.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
const IMAGE_FILE_SEPARATOR = "-";
|
||||
define("CURRENT_TIME", time());
|
||||
const STATIC_DOMAIN = "";
|
||||
const ENABLE_DB_DEBUG = true;
|
||||
const LANGUAGE = 'vi';
|
||||
const IS_DEFAULT_LANGUAGE = true;
|
||||
|
||||
11
config/routing.php
Normal file
11
config/routing.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"/buildpc" => [
|
||||
'module' => 'buildpc',
|
||||
'view' => 'home',
|
||||
'view_id'=> 0,
|
||||
'query' => [],
|
||||
'url' => '/buildpc',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user