tweeper: make is_cli() stricter
authorAntonio Ospite <ao2@ao2.it>
Wed, 29 Jul 2015 20:52:15 +0000 (22:52 +0200)
committerAntonio Ospite <ao2@ao2.it>
Wed, 29 Jul 2015 20:52:15 +0000 (22:52 +0200)
commitb453301fecc757e4d95191a65b24259e81b53f87
tree150f20b93011487f2ae6231ce1589e4043f0a90d
parentd831bbec69bfdbd12ce7774be02eb224cfe41d3b
tweeper: make is_cli() stricter

Assume that tweeper is running from an actual command line only when
php_sapi_name() matches _exactly_ the string "cli".

This makes it possible to use tweeper in a browser using the PHP
built-in web server, for which php_sapi_name() returns "cli-server".
tweeper.php