| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | < | <? | 
| 1 | > | <?php | 
| 2 | ||
| 3 | # | |
| 4 | # i-scream central monitoring system | |
| # | Line 34 | Line 34 | function getdirArray($dir='./',$sort='asort') { | |
| 34 | if($fd == TRUE) { | |
| 35 | closedir($fd); | |
| 36 | } | |
| 37 | < | if (is_array($dir_array)) { | 
| 37 | > | if (isset($dir_array) && is_array($dir_array)) { | 
| 38 | $sort($dir_array); | |
| 39 | $dir_file_count = count($dir_array); | |
| 40 | Return $dir_array; | |
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |