Subversion Repositories personal-webbase

Rev

Rev 4 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. if (!defined('IBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5. $meldung = '';
  6.  
  7. $check = inetconn_ok();
  8.  
  9. if ($check)
  10. {
  11.   $meldung .= '<font color="#00BB00">Internetkonnektivit&auml;t OK</font>';
  12. }
  13. else
  14. {
  15.   $meldung .= '<font color="#FF0000">Keine Internetkonnektivit&auml;t oder falsche <a href="'.$_SERVER['PHP_SELF'].'?seite=konfig&amp;modul='.urlencode($m2).'&amp;vonseite='.urlencode($seite).'&amp;vonmodul='.urlencode($modul).'">Konfigurationwerte</a>!</font>';
  16. }
  17.  
  18. ?>
  19.