Hello.
Is there a way to turn register globals on and off via the htaccess file and what is the code??
Also I need the proper cron code to dump a mailbox.
Plz. help
As about the crontab line, I don’t understand exactly what you want to do, just adjust the command if I’m wrong:
Code:
0 0 * * * rm -rf /home/website/inbox/* Code:
php_flag register_globals 0Requires PHP running as an Apache module. Not so sure about the cron. evoleto, below, has the code for having it run every day at midnight if that's all you wanted.
Leave a Reply
You must be logged in to post a comment.