summaryrefslogtreecommitdiff
path: root/core/config/xx--constants.php
diff options
context:
space:
mode:
authorGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-16 02:48:50 +0300
committerGeorge Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-16 02:48:50 +0300
commitb49941608a8d37ca6bedf2529a703876530124d4 (patch)
treeecdef8a36a36f495fe996606729bb1db3023d156 /core/config/xx--constants.php
parent59cd40235bf4746a119421609b25d7e9b7f65f83 (diff)
downloadgyraf1gov-b49941608a8d37ca6bedf2529a703876530124d4.tar.gz
gyraf1gov-b49941608a8d37ca6bedf2529a703876530124d4.tar.bz2
gyraf1gov-b49941608a8d37ca6bedf2529a703876530124d4.zip
anom refactoring; remove noisy depricated files
Diffstat (limited to 'core/config/xx--constants.php')
-rw-r--r--core/config/xx--constants.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/core/config/xx--constants.php b/core/config/xx--constants.php
deleted file mode 100644
index d2ecc41..0000000
--- a/core/config/xx--constants.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-/** Constants
- * ---
- */
-
-// COMMON CONTENT TYPES
-// -----------------------------------------------------------------------------
-define('COMMON_CONTENT_TYPES', array(
- 'text' => 'text/html; charset=UTF-8',
- 'html' => 'text/html; charset=UTF-8',
- 'json' => 'application/json; charset=utf-8',
- 'js' => 'application/javascript; charset=utf-8',
- 'css' => 'text/css',
- 'png' => 'image/png',
- 'jpeg' => 'image/jpeg',
- 'webp' => 'image/web'
- )
-);
-
-
-// PROXY_FLAGS
-// -----------------------------------------------------------------------------
-// These options represend altered/non-default behaviour
-// and will be resolved bitwise, so use powers of 2
-// -----------------------------------------------------------------------------
-define('PROXY_CACHE_ERRORS', 1); // cache result even if error
-define('PROXY_IGNORE_CACHE', 2); // ignore cache if exist
-define('PROXY_DO_NOT_CACHE', 4); // do not cache result