From: Brion Vibber Date: Tue, 8 Jan 2008 23:58:16 +0000 (+0000) Subject: tweak paths more X-Git-Tag: 1.31.0-rc.0~50093 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=30420e6ffdde82e9d47813c63af7df6df3882957;p=lhc%2Fweb%2Fwiklou.git tweak paths more --- diff --git a/maintenance/dumpTextPass.php b/maintenance/dumpTextPass.php index b9617f0842..440f6d27bf 100644 --- a/maintenance/dumpTextPass.php +++ b/maintenance/dumpTextPass.php @@ -23,8 +23,8 @@ $originalDir = getcwd(); -require_once( './commandLine.inc' ); -require_once( './backup.inc' ); +require_once( 'commandLine.inc' ); +require_once( 'backup.inc' ); /** * Stream wrapper around 7za filter program.