process frontpage separately

this way MoinMoin frontpage gets saved as DokuWiki frontpage, i.e
respects both naming convention
This commit is contained in:
Elan Ruusamäe 2012-09-19 11:19:43 +02:00
parent 00ece2d844
commit 850301acfa
2 changed files with 23 additions and 10 deletions

View file

@ -45,6 +45,9 @@ case 'metaFN':
case 'getNS':
echo getNS($argv[2]);
break;
case 'getId':
echo getId();
break;
default:
die("Unknown knob: {$argv[1]}");
}