aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki.in
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-25 17:24:52 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-25 17:24:52 -0400
commitbf6198baf3d8ca546ff2c6651f78152f3578792a (patch)
treedb69fb7717d1e0e653577c964ecf534a29c6b2e8 /ikiwiki.in
parenta71b9a1cf1322cd1423971483969d37efa5ebcf8 (diff)
downloadikiwiki-bf6198baf3d8ca546ff2c6651f78152f3578792a.tar
ikiwiki-bf6198baf3d8ca546ff2c6651f78152f3578792a.tar.gz
add getconfig for inline
Also, moved the pingurl getopt parsing to inline.
Diffstat (limited to 'ikiwiki.in')
-rwxr-xr-xikiwiki.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/ikiwiki.in b/ikiwiki.in
index 3bb881c43..f48f2cfeb 100755
--- a/ikiwiki.in
+++ b/ikiwiki.in
@@ -73,9 +73,6 @@ sub getconfig () { #{{{
"disable-plugin=s@" => sub {
push @{$config{disable_plugins}}, $_[1];
},
- "pingurl=s" => sub {
- push @{$config{pingurl}}, $_[1];
- },
"set=s" => sub {
my ($var, $val)=split('=', $_[1], 2);
if (! defined $var || ! defined $val) {