Ignore:
Timestamp:
Oct 14, 2007, 3:32:47 PM (17 years ago)
Author:
andersk
Message:
Uncurl advancedbook, advancedpoll, e107, joomla, phpbb.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • locker/deploy/bin/advancedpoll

    r127 r472  
    1818close(FILE);
    1919
    20 `curl http://$server/~$USER/$addrend/install.php\?action=step_2 2>/dev/null`;
    21 `curl http://$server/~$USER/$addrend/install.php\?action=step_3 2>/dev/null`;
    22 `curl http://$server/~$USER/$addrend/install.php\?action=step_4 2>/dev/null`;
     20fetch_uri('install.php', {action => 'step_2'});
     21fetch_uri('install.php', {action => 'step_3'});
     22fetch_uri('install.php', {action => 'step_4'});
    2323
    24 totmp("-d \"action=step_6&username=$admin_username&password=$admin_password\"");
    25 `curl -K $tmp http://$server/~$USER/$addrend/install.php\?action=step_6 2>/dev/null`;
     24fetch_uri(
     25    'install.php',
     26    {action => 'step_6'},
     27    {action => 'step_6',
     28     username => $admin_username,
     29     password => $admin_password});
    2630
    2731`rm -r include/contemp.php`;
Note: See TracChangeset for help on using the changeset viewer.