6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -e /etc/apache2/mods-enabled/suexec.load ]; then
|
|
echo "@@define APACHE2_SUEXEC 1"
|
|
fi
|