Subversion Repositories personal-webbase

Rev

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

  1. <?php
  2.  
  3. if (!defined('WBLEGAL')) die('Kann nicht ohne Personal WebBase ausgef&uuml;hrt werden.');
  4.  
  5. ib_add_config('ftp-server', '', $m2);
  6. ib_add_config('ftp-port', '21', $m2);
  7. ib_add_config('ftp-username', '', $m2);
  8. ib_add_config('ftp-passwort', '', $m2);
  9. ib_add_config('ftp-verzeichnis', '', $m2);
  10.  
  11. ?>
  12.