Ignore:
Timestamp:
Mar 10, 2010, 4:57:42 PM (14 years ago)
Author:
maron
Message:

Oprava nastavení přesměrování

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/export.php

    r371 r374  
    250250       $params = ' -f ../source/'.$this->ClientVersion['Version'].'/dbc/'.$Group['DBCFileName'].'.dbc -n '.$this->TempDir.'dbc/'.$Group['DBCFileName'].'.dbc -c '.GetDBCColumns($this->ClientVersion['Version'], $Group['DBCFileName']).' -q '.$querty;
    251251     
    252        exec('./DBCExport '.$params);
     252       echo('./DBCExport '.$params);
     253       
     254     //  exec('./DBCExport '.$params);
    253255       
    254256      echo('Hotovo <br />
Note: See TracChangeset for help on using the changeset viewer.