summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@gmail.com>2017-02-05 19:31:26 +0100
committerChristoph Brill <egore911@gmail.com>2017-02-05 19:31:26 +0100
commite76335cd6a7f243cb1c62daf1b4e608572783241 (patch)
tree6d368e47eb1a567983d18f13a2c186364131d220
parent7bedf5a91cde87a8fbba8cb5e98b08873a21d0f4 (diff)
Drop commented code
-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>