You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Update Script for Updating BlogDraw to v0.0.1-beta-2.1
4
+
//Update Script for Updating BlogDraw to v0.0.1-rc-1
5
5
echo'<h1>Starting Update...</h1>';
6
6
echo'<p>Thank you for your patience.</p>';
7
7
8
-
file_put_contents("BlogDrawSrc.tar.gz", fopen("https://github.com/TuxSoftLimited/BlogDraw/archive/v0.0.1-beta-2.1.tar.gz", 'r'));// Get the release from GitHub.
8
+
file_put_contents("BlogDrawSrc.tar.gz", fopen("https://github.com/TuxSoftLimited/BlogDraw/archive/v0.0.1-rc-1.tar.gz", 'r'));// Get the release from GitHub.
echo"<p>Done! You can now close this window and delete the "updater" directory.</p>";
66
+
echo"<p><strong>NEXT STEPS: </strong> For your previous uploads to appear in future versions of BlogDraw, please copy and paste them from the \"Uploads\"directory to the \"uploads\" directory. To ensure better system security, please delete the \"Back\" directory. New versions of those files are now available in the \"control\" directory.</p>";
0 commit comments