I love your module but I think I may have found a slight error in the modules/Multiheadlines/admin/index.php file.
Line 32 seems redundant:
if (!eregi("admin.php", $_SERVER['SCRIPT_NAME'])) { die ("Access Denied"); }
Line 33-34 seems to be the correct line:
if (!eregi($admin_file.".php", $_SERVER['SCRIPT_NAME'])) {
die ("Access Denied");
I was having the Access Denied white page since my admin.php is a different name. Perhaps I am missing something but I thought I would share this.
Thank you again for making a great module!
Camber










