mirror of
https://github.com/chevereto/chevereto.git
synced 2026-05-06 06:36:20 +02:00
Automatic push 4.0.5
This commit is contained in:
38
app/phpstan-bootstrap.php
Normal file
38
app/phpstan-bootstrap.php
Normal file
@@ -0,0 +1,38 @@
|
||||
<?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/';
|
||||
Reference in New Issue
Block a user