Rev 2068 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2068 | Rev 2073 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | require_once("config.php"); |
3 | require_once("config.php"); |
| - | 4 | ||
| - | 5 | if ($atomdOld) |
|
| - | 6 | { |
|
| 4 | require_once(" |
7 | require_once("atom_interface_old.php"); |
| - | 8 | } |
|
| - | 9 | else |
|
| - | 10 | { |
|
| - | 11 | require_once("atom_interface_new.php"); |
|
| - | 12 | } |
|
| - | 13 | ||
| 5 | 14 | ||
| 6 | function GetSubfolders($directory) |
15 | function GetSubfolders($directory) |
| 7 | { |
16 | { |
| 8 | $folders = array(); |
17 | $folders = array(); |
| 9 | 18 | ||