Skip to content

Instantly share code, notes, and snippets.

@ho-nl
Created September 9, 2010 15:56
Show Gist options
  • Save ho-nl/572053 to your computer and use it in GitHub Desktop.
Save ho-nl/572053 to your computer and use it in GitHub Desktop.
*/5 * * * * root /path/to/php /path/to/automail.php
# 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
/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