38 lines
1.3 KiB
PHP
38 lines
1.3 KiB
PHP
<?php
|
|
|
|
/*
|
|
* This file is part of Chevereto.
|
|
*
|
|
* (c) Rodolfo Berrios <rodolfo@chevereto.com>
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
const ACCESS = 'web';
|
|
const APP_NAME = 'chevereto';
|
|
const CHV_PATH_IMAGES = '/path/';
|
|
const HTTP_APP_PROTOCOL = 'http';
|
|
const IMAGE_FORMATS_FAILING = [];
|
|
const PATH_APP = '/path/';
|
|
const PATH_APP_CACHE = '/path/';
|
|
const PATH_APP_CONTENT = '/path/';
|
|
const PATH_APP_LANGUAGES = '/path/';
|
|
const PATH_APP_LEGACY = '/path/';
|
|
const PATH_APP_LEGACY_INSTALL = '/path/';
|
|
const PATH_APP_LEGACY_ROUTES = '/path/';
|
|
const PATH_APP_LEGACY_ROUTES_OVERRIDES = '/path/';
|
|
const PATH_PUBLIC = '/path/';
|
|
const PATH_PUBLIC_CONTENT = '/path/';
|
|
const PATH_PUBLIC_CONTENT_IMAGES_SYSTEM = '/path/';
|
|
const PATH_PUBLIC_CONTENT_IMAGES_USERS = '/path/';
|
|
const PATH_PUBLIC_CONTENT_LEGACY_SYSTEM = '/path/';
|
|
const PATH_PUBLIC_CONTENT_LEGACY_THEMES = '/path/';
|
|
const PATH_PUBLIC_CONTENT_LEGACY_THEMES_PEAFOWL_LIB = '/path/';
|
|
const PATH_PUBLIC_CONTENT_PAGES = '/path/';
|
|
const PATH_PUBLIC_LEGACY_THEME = '/path/';
|
|
const REPL = false;
|
|
const TIME_EXECUTION_START = 0;
|
|
const URL_APP_PUBLIC = 'https://chevereto.com/';
|
|
const URL_APP_PUBLIC_STATIC = 'https://chevereto.com/';
|
|
const URL_APP_THEME = 'https://chevereto.com/';
|