diff options
-rwxr-xr-x | ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ll b/ll index cd3fee2..6ce90db 100755 --- a/ll +++ b/ll | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Config | 3 | # Config |
4 | BASE_URL=. | 4 | BASE_URL=https://www.acdw.net/lists |
5 | SITE_TITLE="a listlog" | 5 | SITE_TITLE="a listlog" |
6 | SITE_COPYRIGHT="Case Duckworth" | 6 | SITE_COPYRIGHT="Case Duckworth" |
7 | BACK_LINK=index.html,back | 7 | BACK_LINK=index.html,back |