Merge branch 'master' of ssh://git.nemunai.re:6224/fic2014-server
This commit is contained in:
commit
87f2521ba1
@ -1,23 +1,23 @@
|
|||||||
INSERT INTO `fic2014`.`themes` (
|
INSERT INTO `fic2014`.`themes` (
|
||||||
`id` ,
|
`id` ,
|
||||||
`name`
|
`filename`
|
||||||
)
|
)
|
||||||
VALUES (
|
VALUES (
|
||||||
'1' , 'pdf'
|
'1' , 'pdf.xml'
|
||||||
), (
|
), (
|
||||||
'2' , 'flash'
|
'2' , 'flash.xml'
|
||||||
), (
|
), (
|
||||||
'3' , 'image'
|
'3' , 'image.xml'
|
||||||
), (
|
), (
|
||||||
'4' , 'social engineering'
|
'4' , 'se.xml'
|
||||||
), (
|
), (
|
||||||
'5' , 'memory dump'
|
'5' , 'memdump.xml'
|
||||||
), (
|
), (
|
||||||
'6' , 'java'
|
'6' , 'java.xml'
|
||||||
), (
|
), (
|
||||||
'7' , '.Net'
|
'7' , 'dotnet.xml'
|
||||||
), (
|
), (
|
||||||
'8' , 'traces réseau'
|
'8' , 'pcap.xml'
|
||||||
);
|
);
|
||||||
|
|
||||||
INSERT INTO `fic2014`.`users` (
|
INSERT INTO `fic2014`.`users` (
|
||||||
|
Loading…
Reference in New Issue
Block a user