Ignore:
Timestamp:
03/18/13 18:27:11 (12 years ago)
Author:
tbretz
Message:
Fixed some typo in the recent commit.
File:
1 edited

Legend:

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

    r15025 r15114  
    274274    return header('HTTP/1.0 500 Execution failed [rc='.$rc."]");
    275275if ($rc==1)
    276     return header('HTTP/1.0 500 Sending command failed.");
    277 
    278 print($_SERVER['PHP_AUTH_USER']."\n".$rc);
     276    return header('HTTP/1.0 500 Sending command failed.');
    279277
    280278if (isset($_GET['debug']))
Note: See TracChangeset for help on using the changeset viewer.