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
$DBQuery = "ALTER TABLE ". DBPREFIX . "_LoginTable ADD COLUMN DisplayName VARCHAR(25) NOT NULL;";// Add the rc-1 DisplayName feature.
41
+
mysqli_query($DBConnection,$DBQuery);
42
+
mysqli_close($DBConnection);
43
+
44
+
echo"<p>Done! You can now close this window and delete the "updater" directory.</p>";
45
+
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>";
46
+
31
47
/**
32
48
* This recursively reads a directory and all of it's subdirectories given a relative filepath, then replaces the old files with the new ones.
33
49
* Essentially filesystem traversal.
@@ -52,7 +68,8 @@ function scan_folder($dir)
52
68
if (!file_put_contents($_SERVER['DOCUMENT_ROOT'] . $to[1], file_get_contents('.' . $from[1])))
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