Subversion Repositories personal-webbase

Rev

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&uuml;hrt werden.');
2 daniel-mar 4
 
5
$name = 'Graue Steifen';
6
$autor = 'Daniel Marschall';
7
$version = '2007-11-30';
8
 
9
// License
10
// 0 = Third-Party-Product
11
// 1 = Official Product
12
$license = 1;
13
 
14
?>