WRInaute accro
Bon bin ca marche pas..
arrivé a l'étape ou on lance conf.pl ca me met
Content-Type: text/html
You must run this script from the command line.
Le package est le squirrelmail-1.4.3a.tar.gz
Quand je regarde le code source de conf.pl je vois ceci
Quelqu'un a une idée ? Merci.
arrivé a l'étape ou on lance conf.pl ca me met
Content-Type: text/html
You must run this script from the command line.
Le package est le squirrelmail-1.4.3a.tar.gz
Quand je regarde le code source de conf.pl je vois ceci
Code:
############################################################
# Some people try to run this as a CGI. That's wrong!
############################################################
if ( defined( $ENV{'PATH_INFO'} )
|| defined( $ENV{'QUERY_STRING'} )
|| defined( $ENV{'REQUEST_METHOD'} ) ) {
print "Content-Type: text/html\n\n";
print "You must run this script from the command line.";
exit;
}
Quelqu'un a une idée ? Merci.