mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
add 10 personas for snare
This commit is contained in:
24
docker/tanner/snare/dist/pages/5/aeca57bd81d52a3c8c752dc20a727693
vendored
Normal file
24
docker/tanner/snare/dist/pages/5/aeca57bd81d52a3c8c752dc20a727693
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
function showfirstrunwizard(){
|
||||
$.colorbox({
|
||||
opacity:0.4,
|
||||
transition:"elastic",
|
||||
speed:100,
|
||||
width:"70%",
|
||||
height:"70%",
|
||||
href: OC.filePath('firstrunwizard', '', 'wizard.php'),
|
||||
onClosed : function(){
|
||||
$.ajax({
|
||||
url: OC.filePath('firstrunwizard', 'ajax', 'disable.php'),
|
||||
data: ""
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
$('#showWizard').live('click', function () {
|
||||
showfirstrunwizard();
|
||||
});
|
||||
|
||||
$('#closeWizard').live('click', function () {
|
||||
$.colorbox.close();
|
||||
});
|
Reference in New Issue
Block a user