|
From: Andreas A. <a.a...@th...> - 2001-05-25 09:54:51
|
Hi,
--pedantic --march mybrain
just had a look over binarycloud.php. Are the varibles ($path,
$path_from_base, etc.) used in other scripts or are they just 'internal' to
set the BC_PATH constant? If so, it would be clean to unset them when done:
define('BC_PATH',$path);
unset($cd_up, $path_from_base, $pieces, $count, $path);
--lax
cu
Andi
|