()
| 346 | print "%s\n" %bar |
| 347 | |
| 348 | def generateRandom(): |
| 349 | return "AbracadabrA%s" %randint(40,999999) |
| 350 | |
| 351 | def onlyPhpPrint(): |
| 352 | print colored("[system() calls have been disabled by the website, you can just run php commands (ex: fwrite(fopen('a.txt','w'),\"content\");]\n","red") |
no outgoing calls
no test coverage detected