aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-23 20:03:17 -0800
committerzotlabs <mike@macgirvin.com>2018-01-23 20:03:17 -0800
commit304085606fac6ae4fd2d3e29ed44afb4b4e1bc28 (patch)
tree266343216bd6cdcbca6df2d31063da7c10d4423e /boot.php
parent5d4110375ad053be7d7a28696b725ee2e36eb1e9 (diff)
downloadvolse-hubzilla-304085606fac6ae4fd2d3e29ed44afb4b4e1bc28.tar.gz
volse-hubzilla-304085606fac6ae4fd2d3e29ed44afb4b4e1bc28.tar.bz2
volse-hubzilla-304085606fac6ae4fd2d3e29ed44afb4b4e1bc28.zip
some code cleanup and simplification in mod_like
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index ece2150e1..39047933d 100755
--- a/boot.php
+++ b/boot.php
@@ -66,6 +66,7 @@ define ( 'PROJECT_BASE', __DIR__ );
* This can be used in HTML and JavaScript where needed a line break.
*/
define ( 'EOL', '<br>' . "\r\n" );
+define ( 'EMPTY_STR', '' );
define ( 'ATOM_TIME', 'Y-m-d\\TH:i:s\\Z' ); // aka ISO 8601 "Zulu"
define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' );