Author: Derick Rethans (derickr) Date: 2024-02-07T16:30:20Z Commit: https://github.com/php/web-master/commit/ba403bdff5ffd99d5346ff5e120e7f1d17c9b66b Raw diff: https://github.com/php/web-master/commit/ba403bdff5ffd99d5346ff5e120e7f1d17c9b66b.diff
This now lives on HTTPS Changed paths: M scripts/usergroups_update_infos Diff: diff --git a/scripts/usergroups_update_infos b/scripts/usergroups_update_infos index c44ba9f..dc4bf46 100644 --- a/scripts/usergroups_update_infos +++ b/scripts/usergroups_update_infos @@ -1,6 +1,6 @@ <?php /* vim: set noet ts=4 sw=4 ft=php: : */ -define('USERGROUP_JSON_URL', 'http://php.ug/api/rest/listtype.json/1'); +define('USERGROUP_JSON_URL', 'https://php.ug/api/rest/listtype.json/1'); function usergroups_update_infos($root) { -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php