diff options
| author | Fbenas <philbeansburton@gmail.com> | 2015-12-05 19:55:19 +0000 | 
|---|---|---|
| committer | Fbenas <philbeansburton@gmail.com> | 2015-12-05 19:55:19 +0000 | 
| commit | 58528fcc7e286a765005f59ac659700834d7b6c6 (patch) | |
| tree | 22758b327d88407b5fc2977a5ff5474e995058a5 /search.php | |
| parent | 612c2caeed437709d7af74dfd5efe3178dfe9ae4 (diff) | |
Add result number to output
Diffstat (limited to 'search.php')
| -rw-r--r-- | search.php | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -93,7 +93,7 @@ try {                  $i++;                  continue;              } -            $out[] = $result; +            $out[] = $i+1 . ": " . $result;              $i++;          }          if ($count > 3) {  | 
