pulling from ftp

This commit is contained in:
Kasper Rynning-Tønnesen
2014-10-10 21:38:26 +02:00
parent a666f718c2
commit f8dc61e507
13 changed files with 40 additions and 25 deletions

2
php/nochan.php Executable file → Normal file
View File

@@ -19,7 +19,7 @@ foreach($dir as $files){
<div class="bigchan nomargin">Zöff</div>
<form name="ufo" action="" class="daform nomargin" id="base" method="get" onsubmit="null;" >
<input list="searches" id="search" name="chan" type="text" class="search_input innbox" spellcheck="false" placeholder="Type Channel Name" autofocus/>
<input list="searches" id="search" name="chan" type="text" class="search_input innbox" spellcheck="false" maxlength="15" placeholder="Type Channel Name" autofocus/>
<datalist id="searches">
<?php foreach($channels as $channel){echo "<option value='".urldecode($channel)."'> ";} ?>
</datalist>