Changeset 13755 for trunk/FACT++/www/smartfact
- Timestamp:
- 05/16/12 10:07:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.php
r13686 r13755 93 93 94 94 if (isset($_GET['stop'])) 95 $str = exec($path."/dimctrl -- stop", $out, $rc);95 $str = exec($path."/dimctrl --user '".$_SERVER['PHP_AUTH_USER']."' --stop", $out, $rc); 96 96 97 97 if (isset($_GET['start'])) … … 118 118 $args .= ' \"'.$key.'='.$value.'\"'; 119 119 120 $str = exec($path.'/dimctrl -- start "'.$args.'"', $out, $rc);120 $str = exec($path.'/dimctrl --user "'.$_SERVER['PHP_AUTH_USER'].'" --start "'.$args.'"', $out, $rc); 121 121 } 122 122
Note:
See TracChangeset
for help on using the changeset viewer.