remove: footer
This commit is contained in:
parent
bf1c9cc9d9
commit
c753e16390
|
@ -109,10 +109,7 @@
|
||||||
$content = file_get_contents($dir . '/' . $title);
|
$content = file_get_contents($dir . '/' . $title);
|
||||||
}
|
}
|
||||||
|
|
||||||
$lines = substr_count($content, "\r\n") + 1;
|
$rows = max(20, substr_count($content, "\r\n")) * 2;
|
||||||
$words = $lines + substr_count($content, " ");
|
|
||||||
$rows = max(20, $lines) * 2;
|
|
||||||
$length = strlen($content);
|
|
||||||
|
|
||||||
require('note.php');
|
require('note.php');
|
||||||
|
|
||||||
|
@ -140,8 +137,6 @@
|
||||||
}
|
}
|
||||||
echo '<br>';
|
echo '<br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<span class="grey">' . $title . ' - ' . $now . ' - ' . $length . 'c - ' . $words . 'w - ' . $lines . 'l </span>';
|
|
||||||
}
|
}
|
||||||
else if ($nextpage == 'home')
|
else if ($nextpage == 'home')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue