ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/historical/browser.php
(Generate patch)

Comparing projects/cms/source/reports/php/historical/browser.php (file contents):
Revision 1.8 by pjm2, Sun Feb 4 14:49:36 2001 UTC vs.
Revision 1.9 by pjm2, Sun Feb 4 15:01:03 2001 UTC

# Line 91 | Line 91 | function getdirArray($dir='./',$sort='asort') {
91  
92   <?
93  
94 <    $file_array = getdirArray('/home/cut/pjm2/webpages/reports','asort');
94 >    $file_array = getdirArray('/home/cut/pjm2/webpages/reports','rsort');
95      print "<ul>";
96      foreach($file_array as $file_name) {
97          if (is_dir($file_name)) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines