dashboard
repositories
filestore
activity
search
login
ttss
/
mpk-ttss
Improved www.ttss.krakow.pl
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Change alert view and add top menu
Jacek Kowalski
2017-05-14
4d882e6d16036c99055cfb8df0bf8c25bcbb8d8c
[ttss/mpk-ttss]
/
version.php
1
2
3
4
5
6
7
8
9
<?
php
$files
=
glob
(
'*.{html,js,css}'
,
GLOB_NOSORT
|
GLOB_BRACE
);
echo json_encode
(
array_combine
(
$files
,
array_map
(
'filemtime'
,
$files
)
)
);