Subversion Repositories personal-webbase

Rev

Rev 14 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 15
1
<?php
1
<?php
2
 
2
 
3
if (!defined('WBLEGAL')) 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
if (($konfiguration[$m2]['wipe_gastkonto']) && ($wb_user_type == 0))
5
if (($konfiguration[$m2]['wipe_gastkonto']) && ($wb_user_type == 0))
6
{
6
{
7
  gfx_tablecontent('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!', '', '');
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!', '', '');
8
}
8
}
9
 
9
 
10
?>
10
?>
11
 
11