I'm not sure if this is a bug..or there is a reason for this being here ;)
The part I am refering to is in red.
# Copying news.cgi to $CFG->{admin_root_path}/.. directory.
$file = $tar->get_file ('news.cgi');
$file->name("$CFG->{admin_root_path}/../news.cgi");
$file->write or return Ace_News->error("Unable to extract file: '$CFG->{admin_root_path}/../news.cgi' ($GT::Tar::error)", 'WARN');
;
return "The plugin has been successfully installed!";
}
It seems to do it on all files that are being extracted...and seems to do absolutly nothing.
Is it a bug, or does it server a purpose?
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
The part I am refering to is in red.
# Copying news.cgi to $CFG->{admin_root_path}/.. directory.
$file = $tar->get_file ('news.cgi');
$file->name("$CFG->{admin_root_path}/../news.cgi");
$file->write or return Ace_News->error("Unable to extract file: '$CFG->{admin_root_path}/../news.cgi' ($GT::Tar::error)", 'WARN');
;
return "The plugin has been successfully installed!";
}
It seems to do it on all files that are being extracted...and seems to do absolutly nothing.
Is it a bug, or does it server a purpose?
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

