|
so... I put this code in upgrade.php
echo "before call to php-inc.php<BR>";
require "pp-inc.php";
echo "after call to php-inc.php<BR>";
and he is what I see on the screen when I click on the datadir conversion:
before call to php-inc.php
and that's all she wrote folks!
|