add comment
This commit is contained in:
		
							parent
							
								
									54283eeaa5
								
							
						
					
					
						commit
						79b18f3648
					
				
							
								
								
									
										1
									
								
								epub.php
								
								
								
								
							
							
						
						
									
										1
									
								
								epub.php
								
								
								
								
							| 
						 | 
					@ -298,6 +298,7 @@
 | 
				
			||||||
		write_epub($epub);
 | 
							write_epub($epub);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// New York Times today's paper
 | 
				
			||||||
	if (isset($_POST['nyttoday']) && $_POST['nyttoday'])
 | 
						if (isset($_POST['nyttoday']) && $_POST['nyttoday'])
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		$todaypage = file_get_contents("https://www.nytimes.com/section/todayspaper");
 | 
							$todaypage = file_get_contents("https://www.nytimes.com/section/todayspaper");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue