Subversion Repositories personal-webbase

Rev

Go to most recent revision | Blame | 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. wb_add_config('ftp-server', '', $m2);
  6. wb_add_config('ftp-port', '21', $m2);
  7. wb_add_config('ftp-username', '', $m2);
  8. wb_add_config('ftp-password', '', $m2);
  9. wb_add_config('ftp-verzeichnis', '', $m2);
  10.  
  11. ?>