Rev 2061 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed
| Rev 2061 | Rev 2068 | ||
|---|---|---|---|
| 1 | <?php |
1 | <?php |
| 2 | $aliasesDimmer = array("bardisk_tv", "TakSovrum"); |
- | |
| 3 | $aliasesOther = array("Power", "PowerBRF", "PID"); |
- | |
| 4 | 2 | ||
| 5 |
|
3 | $atomdHostname = "127.0.0.1"; |
| 6 |
|
4 | $atomdPort = 1202; |
| - | 5 | ||
| - | 6 | $pageConfiguration = array( |
|
| - | 7 | array("page" => "dimmers", |
|
| - | 8 | "title" => "Dimmers", |
|
| - | 9 | "aliases" => array("sovrum", |
|
| - | 10 | "sovrumdsdorr", |
|
| - | 11 | "hall", |
|
| - | 12 | "fotovagg") |
|
| - | 13 | ) |
|
| - | 14 | ); |
|
| 7 | 15 | ||
| 8 | ?> |
16 | ?> |