| @@ 147-151 (lines=5) @@ | ||
| 144 | } |
|
| 145 | } |
|
| 146 | ||
| 147 | if (!empty($result['added'])) { |
|
| 148 | foreach ($result['added'] as $file) { |
|
| 149 | $log .= "\tADDED: ".$elfinder->realpath($file['hash'])."\n"; |
|
| 150 | } |
|
| 151 | } |
|
| 152 | ||
| 153 | if (!empty($result['changed'])) { |
|
| 154 | foreach ($result['changed'] as $file) { |
|
| @@ 153-157 (lines=5) @@ | ||
| 150 | } |
|
| 151 | } |
|
| 152 | ||
| 153 | if (!empty($result['changed'])) { |
|
| 154 | foreach ($result['changed'] as $file) { |
|
| 155 | $log .= "\tCHANGED: ".$elfinder->realpath($file['hash'])."\n"; |
|
| 156 | } |
|
| 157 | } |
|
| 158 | ||
| 159 | $this->write($log); |
|
| 160 | } |
|