Skip to content

Commit 35c7b59

Browse files
authored
Merge pull request hestiacp#1146 from hestiacp/staging/features
Staging/features
2 parents c5c4d41 + e7eff9d commit 35c7b59

File tree

106 files changed

+99607
-32928
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+99607
-32928
lines changed

install/upgrade/versions/1.3.0.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,9 @@ if [ "$FTP_SYSTEM" == "proftpd" ]; then
4242
cp -f $HESTIA_INSTALL_DIR/proftpd/tls.conf /etc/proftpd/
4343

4444
fi
45+
46+
# Remove old lanugage files.
47+
if [ -e $HESTIA/web/inc/i18n/en.php ]; then
48+
echo "[!] Clean up old language files"
49+
rm -fr $HESTIA/web/inc/i18n
50+
fi

web/inc/i18n/ar.php

Lines changed: 0 additions & 903 deletions
This file was deleted.

0 commit comments

Comments
 (0)