Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2 | daniel-mar | 1 | <?php |
2 | |||
14 | daniel-mar | 3 | if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgeführt werden.'); |
2 | daniel-mar | 4 | |
5 | $modulueberschrift = 'Übersicht'; |
||
6 | $modulpos = 0; |
||
7 | $modulsekpos = 0; |
||
8 | $modulrechte = 0; |
||
9 | $deaktiviere_zugangspruefung = 0; // NUR BEI *_AUSLOGGEN VERWENDEN!!! |
||
10 | |||
11 | $autor = 'Daniel Marschall'; |
||
12 | $version = '2007-11-30'; |
||
13 | |||
14 | $menuevisible = 1; |
||
15 | |||
16 | // License |
||
17 | // 0 = Public Freeware |
||
18 | // 1 = Public Shareware |
||
19 | // 2 = Private Secured |
||
3 | daniel-mar | 20 | // 3 = Personal WebBase-Core |
21 | // 4 = Personal WebBase-Enclosure |
||
2 | daniel-mar | 22 | $license = 4; |
23 | |||
24 | ?> |