mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 04:10:16 +01:00
Renamed directory packages/meteor-fullcalendar to packages/wekan-fullcalendar.
Thanks to xet7 !
This commit is contained in:
parent
777c8c1ae1
commit
2d652df176
113 changed files with 1 additions and 1 deletions
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
// This script outputs a JSON array of all timezones (like "America/Chicago") that PHP supports.
|
||||
//
|
||||
// Requires PHP 5.2.0 or higher.
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
echo json_encode(DateTimeZone::listIdentifiers());
|
||||
Loading…
Add table
Add a link
Reference in a new issue