Subversion Repositories personal-webbase

Rev

Rev 3 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. <?php
  2.  
  3. // if (!headers_sent()) header('location: modulseite.php?modul=core_cronjob&seite=run&silent=yes');
  4.  
  5. $modul  = 'core_cronjob';
  6. $seite  = 'run';
  7. $silent = 'yes';
  8.  
  9. chdir(dirname($_SERVER['SCRIPT_FILENAME']));
  10.  
  11. $_SERVER['QUERY_STRING']    = '';
  12. $_SERVER['HTTP_USER_AGENT'] = '';
  13. $_SERVER['REMOTE_ADDR']     = '';
  14.  
  15. include('modulseite.php');
  16.  
  17. ?>