Seems to be using a PHP 4.1 only function... changing code so also the PHP 4.0 syntax...
[squirrelmail.git] / configure
1 #!/bin/sh
2 #
3 # Redirects to the config directory and runs conf.pl
4
5 cd config
6 ./conf.pl
7 cd ..