mirror of
				https://git.bakhai.co.in/FbIN/LibreY.git
				synced 2025-11-04 12:01:31 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
	
		
			903 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php require_once "misc/header.php"; ?>
 | 
						|
 | 
						|
    <title>FbIN Search</title>
 | 
						|
    </head>
 | 
						|
    <body>
 | 
						|
        <form class="search-container" action="search.php" method="get" autocomplete="on">
 | 
						|
                <h1>Fb<span class="Y">IN</span></h1>
 | 
						|
                <input type="text" name="q" autofocus/>
 | 
						|
                <input type="hidden" name="p" value="0"/>
 | 
						|
                <input type="hidden" name="t" value="0"/>
 | 
						|
                <input type="submit" class="hide"/>
 | 
						|
                <div class="search-button-wrapper">
 | 
						|
                <button name="t" value="0" type="submit"><?php printtext("search_button"); ?></button>
 | 
						|
                <?php if (!$opts->disable_bittorrent_search) {
 | 
						|
                    echo '<button name="t" value="3" type="submit">', printtext("torrent_search_button"), '</button>';
 | 
						|
                } ?>
 | 
						|
                </div>
 | 
						|
        </form>
 | 
						|
 | 
						|
<?php require_once "misc/footer.php"; ?>
 |