Anyone know where the script is that creates new ftp accounts through cpanel?
I checked out /scripts/newftpuser but that files doesnt seem to be in use ...
In my cpanel theme I have:
&cpanel Ftp=&addftp($FORM{'login'},$FORM{'password'})&&
Where can I edit the addftp function?
I'd like to automatically create a symbolic link to the root of public_html from the ftp account directory when new ftp accounts are created
I checked out /scripts/newftpuser but that files doesnt seem to be in use ...
In my cpanel theme I have:
&cpanel Ftp=&addftp($FORM{'login'},$FORM{'password'})&&
Where can I edit the addftp function?
I'd like to automatically create a symbolic link to the root of public_html from the ftp account directory when new ftp accounts are created