We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa7923 commit 336d15aCopy full SHA for 336d15a
.horde.yml
@@ -96,6 +96,8 @@ dependencies:
96
horde/util: ^3
97
horde/view: ^3
98
horde/vfs: ^3
99
+ php81_bc/strftime: ^0.7
100
+
101
ext:
102
filter: '*'
103
gettext: '*'
config/prefs.php
@@ -1,4 +1,5 @@
1
<?php
2
+use function PHP81_BC\strftime;
3
/**
4
* Preferences Information
5
* =======================
lib/View/Topbar.php
* This is a view of the Horde topbar.
*
0 commit comments