diff --git a/public_html/api.php b/public_html/api.php
index 553369e..20b6909 100644
--- a/public_html/api.php
+++ b/public_html/api.php
@@ -217,7 +217,7 @@ function validate_origin() {
} else if ( $action == 'run_single_command' ) {
validate_origin();
- $site = strtolower ( trim ( get_request ( 'site' , '' ) ) ) ;
+ $site = get_request ( 'site' , '' ) ;
if ( !$qs->setSite ( $site ) ) {
$out['status'] = "Error while setting site '{$site}': " . $qs->last_error_message ;
} else {