Subversion Repositories personal-webbase

Rev

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

Rev Author Line No. Line
2 daniel-mar 1
<?php
2
 
3
if (!defined('IBLEGAL')) die('Kann nicht ohne IronBASE ausgef&uuml;hrt werden.');
4
 
5
if (($konfiguration[$m2]['wipe_gastkonto']) && ($ib_user_type == 0))
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!', '', '');
8
}
9
 
10
?>