Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > Harm's scripts

Harm's scripts ioBanana, Readd script, ioVote

Reply
 
Thread Tools Rate Thread
Old 09-11-2005, 06:08 PM   #1
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 2,022
Default Bug report - How to fix nuke of approved releases

If you try to nuke an approved release, it will let you. To fix this:

Replace

"NUKE" {
if {[llength $args]!=2} {return 1}

by

"NUKE" {
if {[llength $args]<2} {return 1}

in ioDUPE.itcl
Mouton is offline   Reply With Quote
Old 09-11-2005, 10:28 PM   #2
Junior Member
ioFTPD Foundation User
 
Join Date: Nov 2003
Posts: 28
Default

thanks for posting the info Mouton.
ko0ky is offline   Reply With Quote
Old 09-12-2005, 02:05 AM   #3
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

Thank you. How could I have forgotten that there were more parameters to the nuke command :/

PS: Does this mean you've actually tried it ?
Harm is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -5. The time now is 10:40 PM.