Subversion Repositories personal-webbase

Compare Revisions

Regard whitespace Rev 8 → Rev 9

/trunk/modules/core_cronjob/autostart/2.inc.php
0,0 → 1,9
<?php
 
if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
 
ib_add_config('last_cronjob', '0000-00-00 00:00:00', $m2);
ib_add_config('passivcron', '0', $m2);
ib_add_config('lastpromotor', '', $m2);
 
?>