mirror of
https://github.com/Bandit42/auth-site.git
synced 2026-01-16 23:04:23 -05:00
Add files via upload (#3)
* Add files via upload
v2.02 UPDATE: 10/30/2019
1.) Added folder "swgsourceclient" for VM owner to add his configured client in zip format to allow others to download the client.
2.) Modified "addnewuser.php" file to include a download link and file location for client download in compressed file format
Bandit
* typo
* closing tag
* HTML fixes
-Put the download link within the document body.
-Remove the closing br tag, which isn't a thing. It's a self closing tag.
This commit is contained in:
@@ -20,6 +20,7 @@ return false;
|
||||
<style>
|
||||
body {
|
||||
background-image: url("/images/darth_vader-lightsaber-star_wars.jpg");
|
||||
background-color: black;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
@@ -76,5 +77,7 @@ a:active {
|
||||
</center>
|
||||
</form>
|
||||
</table>
|
||||
<br />
|
||||
<center><a href="/swgsourceclient/swgsourceclientv1.2.1.rar" download><font size="+2"><b><u>Download Client</u></b></font></a></center>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
1
html/swgsourceclient/README.txt
Normal file
1
html/swgsourceclient/README.txt
Normal file
@@ -0,0 +1 @@
|
||||
Configured client goes here in swgsourceclient folder as a compressed file
|
||||
Reference in New Issue
Block a user