Created
September 9, 2010 15:56
-
-
Save ho-nl/572053 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*/5 * * * * root /path/to/php /path/to/automail.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# if your server supports curl: | |
0 * * * * curl -s -o /dev/null http://www.example.com/path/to/automail.php | |
# if your server supports fetch: | |
0 * * * * fetch -o /dev/null http://www.example.com/path/to/automail.php | |
# if your server supports lynx: | |
0 * * * * lynx > /dev/null -dump http://www.example.com/path/to/automail.php | |
# if your server supports wget: | |
0 * * * * wget -q -O /dev/null http://www.example.com/path/to/automail.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/magentoinstallation/app/code/local/Ab/Eticket/ | |
/magentoinstallation/app/design/adminhtml/[base|default]/default/layout/eticket.xml | |
/magentoinstallation/app/design/adminhtml/[base|default]/default/template/eticket/ | |
/magentoinstallation/app/etc/modules/Ab_Eticket.xml | |
/youreticketinstallation/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment