Home
last modified time | relevance | path

Searched refs:php_sapi_name (Results 1 – 21 of 21) sorted by relevance

/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.check.php352 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : ''); variable
353 if (!$php_sapi_name || (preg_match('#~#', dirname($_SERVER['PHP_SELF'])) && ($php_sapi_name != 'apa…
355 } elseif ($php_sapi_name == 'cgi-fcgi') {
357 } elseif ($php_sapi_name == 'cgi') {
359 } elseif ($php_sapi_name == 'apache') {
364 echo ';">'.htmlspecialchars($php_sapi_name).'</th>';
/plugin/combo/ComboStrap/
DConsole.php43 return (php_sapi_name() === 'cli');
/plugin/davcal/vendor/sabre/dav/bin/
Dsabredav.php23 if (php_sapi_name()!=='cli-server') {
/plugin/toolbox/
Dextension.php6 if('cli' != php_sapi_name()) die('This is a command line script only');
/plugin/avatar/
Dmonsterid.php15 if (php_sapi_name() !== 'cli') {
/plugin/docsearch/
Dcron.php5 if('cli' != php_sapi_name()) die();
/plugin/siteexport/inc/
Dsettings.php69 $this->isCLI = (!$_SERVER['REMOTE_ADDR'] && 'cli' == php_sapi_name());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUploadedFile.php269 $this->moved = php_sapi_name() == 'cli'
/plugin/upgrade/vendor/splitbrain/php-cli/src/
DBase.php89 if ('cli' != php_sapi_name()) {
/plugin/siteexport/
Dcron.php204 if ( !array_key_exists('REMOTE_ADDR', $_SERVER) && 'cli' == php_sapi_name()) {
/plugin/linkcheck/
Dhelperfunctions.php44 echo "Got output:\n".(php_sapi_name() === 'cli'?$output:htmlspecialchars($output))."\n";
/plugin/nsexport/packer/ziphtml/
Dzip.php10 if ('cli' !== php_sapi_name()) die();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
DCompassFilter.php64 if ('cli' !== php_sapi_name()) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DClient.php247 if (php_sapi_name() === 'cli' && getenv('HTTP_PROXY')) {
/plugin/facebookalbum/
Dfacebook.php944 if (php_sapi_name() != 'cli') {
/plugin/fblogin/lib/
Dbase_facebook.php1279 if (php_sapi_name() != 'cli') {
/plugin/upgrade/HTTP/
DHTTPClient.php713 if(php_sapi_name() == 'cli'){
/plugin/elwikiupgrade/
DHTTPClient.php703 if(php_sapi_name() == 'cli'){
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
DClient.php1864 if (php_sapi_name() === 'cli') {
/plugin/photogallery/phpThumb/
Dphpthumb.class.php302 $php_sapi_name = strtolower(function_exists('php_sapi_name') ? PHP_SAPI : '');
303 if ($php_sapi_name == 'cli') {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
Dfpdf.php2534 if(php_sapi_name()!='cli')