Changeset 15000 for trunk/FACT++/www


Ignore:
Timestamp:
03/09/13 13:40:25 (12 years ago)
Author:
tbretz
Message:
Changed command from --batch to --start
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.php

    r14785 r15000  
    233233
    234234        // $args = "filename":label --arg:"key1=value" --arg:"key2=value"
    235         $cmd = $path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --batch '.escapeshellarg($script.$args);
     235        $cmd = $path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --start '.escapeshellarg($script.$args);
    236236
    237237        // Execute
Note: See TracChangeset for help on using the changeset viewer.