pluf2

pluf2 Commit Details


Date:2011-05-24 18:07:19 (13 years 6 months ago)
Author:Thomas Keller
Branch:master
Commit:397226475e85086523bb549e8ea7127f4db680c5
Parents: 7d1e4b9ea5eb32cb93d709d383d62aab831f1272
Message:Fix issue 642

Changes:

File differences

src/migrate.php
2929
3030
3131
32
32
33
3334
3435
3536
......
174175
175176
176177
178
179
177180
178181
179182
exit(1);
}
set_include_path(get_include_path().PATH_SEPARATOR.dirname(__FILE__));
require 'Pluf.php';
// we have to silence strict code warnings because of PEAR (see issue 642)
error_reporting(E_ALL & ~E_STRICT);
require 'Console/Getopt.php';
global $debug;
usage();
die();
}
require 'Pluf.php';
Pluf::start($what['conf']);
if (PHP_SAPI != 'cli' and Pluf::f('migrate_allow_web', false)) {
echo('Error: This script can only be run from the command line.'."\n");

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05128s using 14 queries.