Subversion Repositories personal-webbase

Rev

Rev 14 | 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
 
14 daniel-mar 5
if (($konfiguration[$m2]['wipe_gastkonto']) && ($wb_user_type == 0))
2 daniel-mar 6
{
15 daniel-mar 7
  wb_draw_table_content('30', '<b>!</b>', '', 'Der Datenbestand dieses Gastkontos wird regelm&auml;&szlig;ig um <font color="#FF0000">'.$konfiguration[$m2]['wipe_uhrzeit'].' Uhr</font> gel&ouml;scht!', '', '');
2 daniel-mar 8
}
9
 
3 daniel-mar 10
?>