1679:422cc500eef9 | 1680:28e57079dab5 |
---|---|
6 """ | 6 """ |
7 Module implementing some global definitions. | 7 Module implementing some global definitions. |
8 """ | 8 """ |
9 | 9 |
10 PageData = 0 | 10 PageData = 0 |
11 PageType = 1 | 11 PageEncryption = 1 |
12 PageFTPSettings = 2 | 12 PageType = 2 |
13 PageCheck = 3 | 13 PageFTPSettings = 3 |
14 PageCheck = 4 |