Hello,
We are still facing issue of auto logout in admin panel and we want to downgrade myVesta to version before redesign.
Thanks.
How to downgrade myVesta to old design?
- myVesta
- Site Admin
- Posts: 905
- Joined: Fri Jun 19, 2020 9:59 am
- Has thanked: 7 times
- Been thanked: 6 times
Code: Select all
cd /root
rm -rf /root/vesta
git clone https://github.com/myvesta/vesta.git
cd vesta
git reset --hard 2afbc2cddfbbc57f296640cb28d89fb29b2526c2
cp -rf /root/vesta/* /usr/local/vesta