reformat as tabs
This commit is contained in:
parent
1e6ddcea4b
commit
8fcb51e27d
1 changed files with 2 additions and 2 deletions
4
doku.php
4
doku.php
|
@ -24,8 +24,8 @@ $conf['compression'] = 0; //compress old revisions: (0: off) ('gz': gnuzip) ('bz
|
||||||
$conf['start'] = 'start'; //name of start page
|
$conf['start'] = 'start'; //name of start page
|
||||||
|
|
||||||
function strip_dir($dir, $fn) {
|
function strip_dir($dir, $fn) {
|
||||||
global $conf;
|
global $conf;
|
||||||
return end(explode($dir.'/', $fn, 2));
|
return end(explode($dir.'/', $fn, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
switch ($argv[1]) {
|
switch ($argv[1]) {
|
||||||
|
|
Loading…
Reference in a new issue