mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
52b43ba8c6
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ dist:
|
|||
rm -rf tmp
|
||||
|
||||
quickstart:
|
||||
vendor/bin/phing -Dversion=$(VERSION) package
|
||||
php7.4 vendor/bin/phing -Dversion=$(VERSION) package
|
||||
|
||||
unittest:
|
||||
vendor/bin/phing -Dversion=$(VERSION) phpunitfast
|
||||
|
|
|
@ -157,7 +157,7 @@ class Settings { /* {{{ */
|
|||
// default date format
|
||||
var $_dateformat = "Y-m-d";
|
||||
// default date/time format
|
||||
var $_datetimformat = "Y-m-d H:i:s";
|
||||
var $_datetimeformat = "Y-m-d H:i:s";
|
||||
// users are notified about document-changes that took place within the last $_updateNotifyTime seconds
|
||||
var $_updateNotifyTime = 86400;
|
||||
// files with one of the following endings can be viewed online
|
||||
|
|
Loading…
Reference in New Issue
Block a user