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/advancedbook

    r127 r472  
    2929close(FILE);
    3030
    31 totmp("-d \"action=Create%20table&db=$sqldbcurl&host=$sqlhost&name=$sqluser&pass=$sqlpass\"");
    32 `curl -K $tmp http://$server/~$USER/$addrend/install.php 2>/dev/null`;
     31fetch_uri(
     32    'install.php',
     33    {},
     34    {action => 'Create table',
     35     db => $sqldb,
     36     host => $sqlhost,
     37     name => $sqluser,
     38     pass => $sqlpass});
Note: See TracChangeset for help on using the changeset viewer.