Skip to content

Commit 4979030

Browse files
committed
changed chm upload location.
The system to update chm's in AWS has been discontinued. This is because the cost of a Windows EC2 instance has become ridiculous even if the updates are reduced to once a month. I moved chm update system to my local Windows 11 machine.
1 parent 2604655 commit 4979030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch-chms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
define("DEBUG", 0);
3-
$BUILDDIR = "http://phpmanualchm.s3-website-ap-northeast-1.amazonaws.com";
3+
$BUILDDIR = "https://mumumu.github.io/chm";
44
$TMPDIR = sys_get_temp_dir();
55
$CHMDIR = "/local/mirrors/phpweb/distributions/manual";
66

0 commit comments

Comments
 (0)