> I'm not really all too familiar with PHP. > > How would a script be preloaded before the config.php script is run? > Where should I look for this rogue script?
One guess. see auto_prepend_file directives in your configuration files. http://www.php.net/ini.sect.data-handling next time when you want to check php config, put phpinfo() command into php script in the same directory, that you want to check and open it in browser. not 'echo "<?php phpinfo()?>" | /usr/bin/php > php-info.txt' but "http://yourserver/path/test.php" -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
