diff --git a/.htaccess b/.htaccess index 952ded2a..c2156fec 100755 --- a/.htaccess +++ b/.htaccess @@ -9,4 +9,6 @@ RewriteRule (.*) %{REQUEST_URI}/ [R=301,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule /(.*)$ /$1 [L] \ No newline at end of file +RewriteRule /(.*)$ /$1 [L] + +Options -Indexes \ No newline at end of file diff --git a/index.php b/index.php index 23c8f8ee..bb80b58d 100755 --- a/index.php +++ b/index.php @@ -23,8 +23,8 @@
- Settings - Skip + Settings + Skip
@@ -35,14 +35,6 @@
- - - - - - - - - + diff --git a/lists/.gitignore b/lists/.gitignore new file mode 100644 index 00000000..0a9bae12 --- /dev/null +++ b/lists/.gitignore @@ -0,0 +1,5 @@ +# Ignore all +* + +# Not this file +!.gitignore \ No newline at end of file diff --git a/lists/index.html b/lists/index.html deleted file mode 100755 index e69de29b..00000000 diff --git a/php/footer.php b/php/footer.php new file mode 100644 index 00000000..2d08052f --- /dev/null +++ b/php/footer.php @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file diff --git a/php/header.php b/php/header.php index cdf1087f..f1d682c9 100755 --- a/php/header.php +++ b/php/header.php @@ -1,6 +1,6 @@ Zöff - + - + \ No newline at end of file diff --git a/php/index.html b/php/index.html deleted file mode 100755 index e69de29b..00000000 diff --git a/php/nochan.php b/php/nochan.php index 03159836..7f0825fa 100755 --- a/php/nochan.php +++ b/php/nochan.php @@ -39,7 +39,7 @@ foreach($dir as $files){
Active Channels
- ".htmlspecialchars(urldecode($channel))."";} ?> + ".htmlspecialchars(urldecode($channel))."";} ?>