diff options
author | tv <tv@also> | 2010-02-07 02:01:06 +0100 |
---|---|---|
committer | tv <tv@also> | 2010-02-07 02:01:06 +0100 |
commit | 724c2e8cd328ae84364aee68dbdaafc3001eaeea (patch) | |
tree | 6cc3e405587e4e82aaac2c51264d71a27bc5d41b | |
parent | 3b6fa7d72a3b7987c06348c985da9123a45c10ff (diff) |
vix:42... → $HOSTNAME:42..
-rwxr-xr-x | htgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ fi >&2 # TODO Date: `date --utc` case "$Host" in - src.mine.nu:42380|src.mine.nu|vix|vix:42380|localhost:42380) + src.mine.nu:42380|src.mine.nu|vix|$HOSTNAME:42380|localhost:42380) case "${Method-Invalid-Request}" in GET|HEAD) case "$Request_URI" in |