diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-23 20:03:17 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-23 20:03:17 -0800 |
commit | 304085606fac6ae4fd2d3e29ed44afb4b4e1bc28 (patch) | |
tree | 266343216bd6cdcbca6df2d31063da7c10d4423e /boot.php | |
parent | 5d4110375ad053be7d7a28696b725ee2e36eb1e9 (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' ); |