fixed API bug
This commit is contained in:
		
							parent
							
								
									f67fadfa88
								
							
						
					
					
						commit
						453b4310e2
					
				| @ -11,7 +11,8 @@ $frontend = new frontend(); | ||||
| 	Captcha | ||||
| */ | ||||
| include "lib/captcha_gen.php"; | ||||
| new captcha($frontend, false); | ||||
| $null = null; | ||||
| new captcha($null, $null, $null, "images", false); | ||||
| 
 | ||||
| [$scraper, $filters] = $frontend->getscraperfilters( | ||||
| 	"images", | ||||
|  | ||||
| @ -10,9 +10,9 @@ $frontend = new frontend(); | ||||
| /* | ||||
| 	Captcha | ||||
| */ | ||||
| $null = null; | ||||
| include "lib/captcha_gen.php"; | ||||
| new captcha($null, $null, $null, $null, false); | ||||
| $null = null; | ||||
| new captcha($null, $null, $null, "music", false); | ||||
| 
 | ||||
| [$scraper, $filters] = $frontend->getscraperfilters( | ||||
| 	"music", | ||||
|  | ||||
| @ -11,7 +11,8 @@ $frontend = new frontend(); | ||||
| 	Captcha | ||||
| */ | ||||
| include "lib/captcha_gen.php"; | ||||
| new captcha($frontend, false); | ||||
| $null = null; | ||||
| new captcha($null, $null, $null, "news", false); | ||||
| 
 | ||||
| [$scraper, $filters] = $frontend->getscraperfilters( | ||||
| 	"news", | ||||
|  | ||||
| @ -11,7 +11,8 @@ $frontend = new frontend(); | ||||
| 	Captcha | ||||
| */ | ||||
| include "lib/captcha_gen.php"; | ||||
| new captcha($frontend, false); | ||||
| $null = null; | ||||
| new captcha($null, $null, $null, "videos", false); | ||||
| 
 | ||||
| [$scraper, $filters] = $frontend->getscraperfilters( | ||||
| 	"videos", | ||||
|  | ||||
| @ -11,7 +11,8 @@ $frontend = new frontend(); | ||||
| 	Captcha | ||||
| */ | ||||
| include "lib/captcha_gen.php"; | ||||
| new captcha($frontend, false); | ||||
| $null = null; | ||||
| new captcha($null, $null, $null, "web", false); | ||||
| 
 | ||||
| [$scraper, $filters] = $frontend->getscraperfilters( | ||||
| 	"web", | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 lolcat
						lolcat