Subversion Repositories personal-webbase

Rev

Rev 4 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5. $modulueberschrift = 'Schule';
  6. $modulpos = 2;
  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
  20. // 3 = Personal WebBase-Core
  21. // 4 = Personal WebBase-Enclosure
  22. $license = 4;
  23.  
  24. ?>