X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FdumpBackup.php;h=18c78dcda72dada2a398c36edb26e6ed7a485e93;hb=3a5c66c7dd60dae10ad631336c6a7fea2bf41fe2;hp=9254adc35aa65f808a4d3390413b1595e1cbd783;hpb=ea4340e126eb2657cc878af74d53b9991844fb6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/dumpBackup.php b/maintenance/dumpBackup.php index 9254adc35a..18c78dcda7 100644 --- a/maintenance/dumpBackup.php +++ b/maintenance/dumpBackup.php @@ -4,7 +4,7 @@ * wrapper format for export or backup * * Copyright © 2005 Brion Vibber - * http://www.mediawiki.org/ + * https://www.mediawiki.org/ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,8 +29,8 @@ $originalDir = getcwd(); $optionsWithArgs = array( 'pagelist', 'start', 'end', 'revstart', 'revend' ); -require_once( __DIR__ . '/commandLine.inc' ); -require_once( __DIR__ . '/backup.inc' ); +require_once __DIR__ . '/commandLine.inc'; +require_once __DIR__ . '/backup.inc'; $dumper = new BackupDumper( $argv ); @@ -127,5 +127,5 @@ Fancy stuff: (Works? Add examples please.) --filter=[:] Add a filter on an output branch ENDS -); + ); }