11 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			231 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 
								 | 
							
								<?php
							 | 
						||
| 
								 | 
							
								    include ('template.inc');
							 | 
						||
| 
								 | 
							
								    ob_start();
							 | 
						||
| 
								 | 
							
								    $l = file_get_contents("../data/isbn-error.txt");
							 | 
						||
| 
								 | 
							
								    print "<pre>";
							 | 
						||
| 
								 | 
							
								        print_r($l);
							 | 
						||
| 
								 | 
							
								    print "</pre>";
							 | 
						||
| 
								 | 
							
								    $output = ob_get_clean();
							 | 
						||
| 
								 | 
							
								    Template::render( $output);
							 | 
						||
| 
								 | 
							
								?>
							 |