I'm playing flv file directly on my page. Movies files are automaticly added to the page and those files are ignored - But I need to ignore FOLDERS. How can I?
static $exclude = array(
"." , "..", "player.php", "images", "index.php", "mwm_flmx_88_31.gif", ".htaccess", "abstract.php", "paginate.php", "text", "popup.php", "320x240.swf", "flv.jpg", "popup.swf", "iframe.php", "flash_detection.swf", "alternate.html", "320x240.fla", "error_log", "alternate.gif", "mwm_flmx_88_31.gif", "videos.flv", "avi", "demo", "hopping", "scrapping", "shows"
);