]> git.mxchange.org Git - mailer.git/blob - DOCS/prop-set.sh
Need to unset is_userdata_valid state here to make logins in surfbar possible
[mailer.git] / DOCS / prop-set.sh
1 #!/bin/sh
2
3 find -type f -name "*.php" -exec svn propset svn:keywords "Author Id Revision HeadURL Date Tag" {} \;
4 find inc/phpmailer/ -type f -name "*.php" -exec svn propdel svn:keywords {} \;