Quote:
Originally Posted by Alibass
@magnus
Very nice hack. One question, I am confused to where I put the
code: # patch -b register.php < register.patch
Does this go in the patch file, register.php or else where?
|
No, that line is a command that needs to be run from a shell prompt -- provided you have shell access
(the '#' indicates a shell prompt, the remaining text is the actual command to be run). Otherwise, you'll need to perform the edits manually as noted in
Method B.
Also, please remember that these methods are exclusive of each other. You need to perform
either Method A or Method B.
Not both!