projects
/
squirrelmail.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Added "User-Agent" to possible headers with the mailer information.
[squirrelmail.git]
/
configure
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
#
3
# Redirects to the config directory and runs conf.pl
4
5
cd config
6
./conf.pl
7
cd ..