Subversion Repositories personal-webbase

Rev

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

Rev Author Line No. Line
1 daniel-mar 1
<?php
2
 
3
if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
4
 
5
if (($configuration[$m2]['wipe_gastkonto']) && ($wb_user_type == 0))
6
{
7
        wb_draw_table_content('30', '<b>!</b>', '', 'Der Datenbestand dieses Gastkontos wird t&auml;glich um <span class="red">'.$configuration[$m2]['wipe_uhrzeit'].' Uhr</span> gel&ouml;scht!', '', '');
8
}
9
 
10
?>