more links, better listing
This commit is contained in:
@@ -11,7 +11,7 @@ find /var/www/* -maxdepth 0 -type d -print0 | while IFS= read -r -d $'\0' line;
|
||||
|
||||
USER=$(basename $line)
|
||||
DOMAIN="$USER.$DOMAINROOT"
|
||||
if [ ! "$USER" == "html" ]; then
|
||||
if [ ! "$USER" == "html" ] && [ ! "$USER" == "pma" ]; then
|
||||
echo "<li><a href=\"http://$DOMAIN\">$DOMAIN</a></li>" >> $WEBDIR/websites.txt
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user