Jquery plugins in dist folder

This commit is contained in:
2020-03-26 16:01:34 +01:00
parent fea6f7cc38
commit d0f039d7fe
794 changed files with 169889 additions and 25828 deletions

View File

@@ -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());