Indefero

Indefero Commit Details


Date:2011-10-08 18:39:05 (13 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature.diff-whitespace, feature.wiki-default-page, release-1.2, release-1.3
Commit:efa10c9afd508374442bc154397aed11536e9e1f
Parents: e1e7696d538185184d876b425579560912d2866c
Message:Properly quote file names for the system call.

Changes:

File differences

test/bootstrap.php
2121
2222
2323
24
24
2525
2626
2727
}
echo ">>> creating empty test database...\n";
passthru('php ' . PLUF_PATH . '/migrate.php --conf=' . TESTDIR . '/config.php -a -i');
passthru('php ' . escapeshellarg(PLUF_PATH.'/migrate.php') . ' --conf=' . escapeshellarg(TESTDIR.'/config.php').' -a -i');
echo ">>> setting up web application...\n";
require 'Pluf.php';

Archive Download the corresponding diff file

Page rendered in 0.08864s using 13 queries.