Changeset 13769 for trunk/FACT++/www


Ignore:
Timestamp:
05/17/12 20:23:08 (12 years ago)
Author:
tbretz
Message:
Some cosmetics
File:
1 edited

Legend:

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

    r13758 r13769  
    122122
    123123    // $args = "filename":label --arg:"key1=value" --arg:"key2=value"
    124     $str = exec($path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --start '.$args, $out, $rc);
     124    $cmd = $path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'"  --start '.$args;
     125
     126    // Execute
     127    $str = exec($cmd, $out, $rc);
    125128}
    126129
Note: See TracChangeset for help on using the changeset viewer.