summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/index.php b/index.php
index 6b93855..831a9ab 100755
--- a/index.php
+++ b/index.php
@@ -129,20 +129,6 @@ if (!isset($date)) {
require_once('details.php');
}
-/*
-$lines = file('index.txt');
-error_reporting(E_ALL);
-foreach ($lines as $line_num => $filename) {
- $filename = str_replace(array("\n", "\r"), '', $filename);
-
- if (file_exists(LOG_DIR.$filename) == TRUE) {
- $color = 'green';
- } else {
- $color = 'red';
- }
- echo '<span style="color: '.$color.'">'.$filename.'</span><br/>';
-}*/
-
echo ' &nbsp;<br/>
<hr/>
<span>Written by <a href="mailto:egore911%20-%20at%20%21%20egore911%20/%20de">Christoph Brill</a> © 2007-'.date('Y').'</span>