Ignore:
Timestamp:
03/10/13 16:56:44 (12 years ago)
Author:
tbretz
Message:
Issue an error message if the command could not be sent.
File:
1 edited

Legend:

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

    r15017 r15025  
    273273if ($rc>1)
    274274    return header('HTTP/1.0 500 Execution failed [rc='.$rc."]");
     275if ($rc==1)
     276    return header('HTTP/1.0 500 Sending command failed.");
    275277
    276278print($_SERVER['PHP_AUTH_USER']."\n".$rc);
Note: See TracChangeset for help on using the changeset viewer.