Subversion Repositories personal-webbase

Rev

Rev 4 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 14
1
<?php
1
<?php
2
 
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
4
 
5
$name = 'Red XP';
5
$name = 'Red XP';
6
$autor = 'Daniel Marschall';
6
$autor = 'Daniel Marschall';
7
$version = '2007-11-30';
7
$version = '2007-11-30';
8
 
8
 
9
// License
9
// License
10
// 0 = Third-Party-Product
10
// 0 = Third-Party-Product
11
// 1 = Official Product
11
// 1 = Official Product
12
$license = 1;
12
$license = 1;
13
 
13
 
14
?>
14
?>