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