Files
bestpc/config/constant.php

10 lines
187 B
PHP
Raw Permalink Normal View History

2025-05-27 14:28:47 +07:00
<?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;