diff --git a/index.php b/index.php index 74f48bb..c82f7fc 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ if (!isset($_SESSION['index']) || isset($_GET['reindex']) || empty($_SESSION['index'])) { - echo '
performed reindexing
'; + echo '
reindexed
'; $files = glob($dir . '/*'); usort($files, function($a, $b) {