| | 155 | if ! test -e /etc/apache-ssl/conf.d/phpmyadmin.conf; then |
|---|
| | 156 | if test -e /etc/phpmyadmin/apache.conf; then |
|---|
| | 157 | ln -s /etc/phpmyadmin/apache.conf /etc/apache-ssl/conf.d/phpmyadmin.conf |
|---|
| | 158 | fi |
|---|
| | 159 | fi |
|---|
| | 160 | |
|---|
| | 161 | if ! test -e /etc/apache/conf.d/phpmyadmin.conf; then |
|---|
| | 162 | if test -e /etc/phpmyadmin/apache.conf; then |
|---|
| | 163 | ln -s /etc/phpmyadmin/apache.conf /etc/apache/conf.d/phpmyadmin.conf |
|---|
| | 164 | fi |
|---|
| | 165 | fi |
|---|
| | 166 | |
|---|
| | 167 | |
|---|
| | 168 | if ! test -e /etc/apache-ssl/conf.d/squirrelmail.conf; then |
|---|
| | 169 | if test -e /etc/squirrelmail/apache.conf; then |
|---|
| | 170 | ln -s /etc/squirrelmail/apache.conf /etc/apache-ssl/conf.d/squirrelmail.conf |
|---|
| | 171 | fi |
|---|
| | 172 | fi |
|---|
| | 173 | |
|---|
| | 174 | if ! test -e /etc/apache/conf.d/squirrelmail.conf; then |
|---|
| | 175 | if test -e /etc/squirrelmail/apache.conf; then |
|---|
| | 176 | ln -s /etc/squirrelmail/apache.conf /etc/apache/conf.d/squirrelmail.conf |
|---|
| | 177 | fi |
|---|
| | 178 | fi |
|---|
| | 179 | |
|---|
| | 180 | |
|---|