diff --git a/Data/version.lock b/Data/version.lock index 1661878d..5b364900 100644 --- a/Data/version.lock +++ b/Data/version.lock @@ -1 +1 @@ -v1.17 \ No newline at end of file +v1.18 \ No newline at end of file diff --git a/README.md b/README.md index 12947f84..446ed3b5 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ git clone https://github.com/sendya/shadowsocks-panel.git cd shadowsocks-panel # Download script: Stable Version (Recommended) -# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.17) -wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.17.zip -O shadowsocks-panel.zip +# Go to https://github.com/sendya/shadowsocks-panel/releases, download the latest release version (current version: v1.18) +wget https://github.com/sendya/shadowsocks-panel/archive/sspanel-v1.18.zip -O shadowsocks-panel.zip # Extract to /home/wwwroot/shadowsocks-panel/ $ unzip -o -d /home/wwwroot/shadowsocks-panel/ shadowsocks-panel.zip $ cd /home/wwwroot/shadowsocks-panel/ @@ -38,7 +38,7 @@ chmod -R 777 ./Data/ vim ./Data/Config.php # Start the installation -php -d disable_functions='' index.php install +php index.php install ``` ### Documentation