aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-08-29 20:47:49 -0700
committerzotlabs <mike@macgirvin.com>2017-08-29 20:47:49 -0700
commit77267e049a4a6039100e5b2b724ff78ced4a1b74 (patch)
treea0633e27c7d37fd874b0636817f64a2f89fe75eb /boot.php
parente2b6464f83313bd56c2d9c962e089d978927cdfd (diff)
downloadvolse-hubzilla-77267e049a4a6039100e5b2b724ff78ced4a1b74.tar.gz
volse-hubzilla-77267e049a4a6039100e5b2b724ff78ced4a1b74.tar.bz2
volse-hubzilla-77267e049a4a6039100e5b2b724ff78ced4a1b74.zip
use iso 8601 "Zulu" for log timestamps so it can be easily processed with fail2ban
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index d9a6cd230..8512bb2b7 100755
--- a/boot.php
+++ b/boot.php
@@ -64,7 +64,7 @@ define ( 'PROJECT_BASE', __DIR__ );
* This can be used in HTML and JavaScript where needed a line break.
*/
define ( 'EOL', '<br>' . "\r\n" );
-define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
+define ( 'ATOM_TIME', 'Y-m-d\\TH:i:s\\Z' ); // aka ISO 8601 "Zulu"
define ( 'TEMPLATE_BUILD_PATH', 'store/[data]/smarty3' );
define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // A directory client