diff --git a/src/migrate.php b/src/migrate.php index 57b4923..375fa28 100644 --- a/src/migrate.php +++ b/src/migrate.php @@ -166,6 +166,8 @@ if (PHP_SAPI != 'cli' and Pluf::f('migrate_allow_web', false)) { exit(); } +debug('PHP include path: '.get_include_path()); + if ($what['un-install']) { $apps = array(); if ($what['all']) {