More prep to handle Create Program functionality. Need to format each item in the Create Program List first, then make an item for each possible program that can be created

This commit is contained in:
Daniel Xie 2017-02-28 16:06:12 -06:00
parent 6f5c54b849
commit 771e304e7a
2 changed files with 16 additions and 1 deletions

@ -303,7 +303,11 @@
<!-- Create a program(executable) -->
<div id="create-program-container">
<ul id="create-program-list"> </ul>
<ul id="create-program-list">
</ul>
</div>
<!-- Factions -->

@ -1,4 +1,15 @@
/* Create programs */
function displayCreateProgramContent() {
//PortHack.exe (in case you delete it lol)
if (Player.)
//BruteSSH
//FTPCrack
//relaySMTP
//HTTPWorm
//SQLInject
}