chatwizrd
Verified User
- Joined
- Jul 3, 2005
- Messages
- 1,947
There were a few } missing in the script.
Edit update.script
Before the line doMODsecurityRulesL() add
}
and before the line doMODsecurityRulesM() add
}
So that it looks like
and
Save the file and exit.
Edit update.script
Before the line doMODsecurityRulesL() add
}
and before the line doMODsecurityRulesM() add
}
So that it looks like
Code:
}
doMODsecurityRulesL()
and
Code:
}
doMODsecurityRulesM()
Save the file and exit.