tweeper: make is_cli() stricter
[tweeper.git] / tweeper.php
index 5e9d242..f07382b 100644 (file)
@@ -285,7 +285,7 @@ class Tweeper {
 
 function is_cli()
 {
-  return (substr(php_sapi_name(), 0, 3) == 'cli');
+  return (php_sapi_name() === "cli");
 }
 
 function usage($argv)