mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
feature: better exe view
This commit is contained in:
@@ -24,11 +24,7 @@
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ 'active' if request.path == '/exes' else '' }}"
|
||||
href="/exes">EXEs</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link {{ 'active' if request.path == '/exes' else '' }}"
|
||||
href="/shellcodes">Shellcodes</a>
|
||||
href="/exes">Injectables</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user