Look better on widescreen.

This commit is contained in:
Pecusx
2017-01-08 22:10:26 +01:00
committed by GitHub
parent 02d4af0020
commit ae245db114
+1 -1
View File
@@ -127,7 +127,7 @@ Radio stations config
/* Folder /var/lib/radiod/ musi miec uprawnienia 755 /* Folder /var/lib/radiod/ musi miec uprawnienia 755
inaczej nie da sie stad odczytac plik w nim umieszczony */ inaczej nie da sie stad odczytac plik w nim umieszczony */
$stations = file_get_contents( "/var/lib/radiod/stationlist" ); $stations = file_get_contents( "/var/lib/radiod/stationlist" );
echo '<textarea rows="20" cols="80" name="stations">'; echo '<textarea rows="20" name="stations" style="width: 100%">';
echo $stations; echo $stations;
echo '</textarea>'; echo '</textarea>';
?> ?>