Index: trunk/admin/backup/export1.php =================================================================== diff -u -r2536 -r2569 --- trunk/admin/backup/export1.php (.../export1.php) (revision 2536) +++ trunk/admin/backup/export1.php (.../export1.php) (revision 2569) @@ -18,6 +18,7 @@ } $p = $path.$pathchar; /*Start looking for the root flag file */ + if( !isset($pathtoroot) ) $pathtoroot = ''; while(!strlen($pathtoroot) && strlen($p)) { $sub = substr($p,strlen($pathchar)*-1);