Subversion Repositories personal-webbase

Rev

Rev 9 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9 Rev 14
Line 1... Line 1...
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
ib_add_config('last_cronjob', '0000-00-00 00:00:00', $m2);
5
ib_add_config('last_cronjob', '0000-00-00 00:00:00', $m2);
6
ib_add_config('passivcron', '0', $m2);
6
ib_add_config('passivcron', '0', $m2);
7
ib_add_config('lastpromotor', '', $m2);
7
ib_add_config('lastpromotor', '', $m2);
8
 
8