Subversion Repositories personal-webbase

Rev

Rev 3 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
<?php
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne IronBASE ausgef&uuml;hrt werden.');
4
 
5
$name = 'Blue XP';
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
?>