Here is the situation...
I have a cron job scheduled to run that is used to backup my database. Because of the way php is installed, I\'m having to use lynx to hit t
Try to add .htaccess file in your /assets/ folder with this content:
Options +Indexes # or # IndexIgnore *
This way you will see your folder empty in browser.