Compare commits

..

No commits in common. "4a3061fccde9c625dcc96e8768afbbb31eceaaf1" and "ab01cb5ac8471b04b2e866f80a32f7a087553daa" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -156,7 +156,7 @@
echo '<div>'; echo '<div>';
if (!isset($_SESSION['index']) || isset($_GET['reindex']) || empty($_SESSION['index'])) if (!isset($_SESSION['index']) || isset($_GET['reindex']))
{ {
$files = glob($dir . '/*'); $files = glob($dir . '/*');
usort($files, function($a, $b) usort($files, function($a, $b)

View File

@ -10,9 +10,9 @@
if (isset($_POST['stats'])) if (isset($_POST['stats']))
{ {
echo '<div> echo '<div>
<span class="grey">lines:' . $lines . '</span> <span class="grey">' . $lines . ' lines</span>
<span class="grey">words:'. $words . '</span> <span class="grey">'. $words . ' words</span>
<span class="grey">chars:' . $chars . '</span> <span class="grey">' . $chars . ' chars</span>
</div>'; </div>';
} }
else if (isset($_POST['links'])) else if (isset($_POST['links']))