Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 480 → Rev 592

/trunk/tapirlink/www/tapir.php
1,6 → 1,6
<?php
/**
* $Id: tapir.php 575 2008-03-28 20:52:13Z rdg $
* $Id: tapir.php 1953 2009-01-05 19:59:53Z rdg $
*
* LICENSE INFORMATION
*
115,6 → 115,7
// Set the maximum script run time
// Note: if php set safe mode is on then this can't be set from here,
// and will need to be set in php.ini file
// Définit à 120 par TapirLink mis à 60 globalement pour Sequoia car safe_mode actif
if (! ini_get('safe_mode') ) {
set_time_limit( TP_MAX_RUNTIME );
}
203,6 → 204,10
die();
}
 
// By default, assume that the database encoding cannot be detected
// by the mb_detect_encoding PHP function
global $g_encoding_can_be_detected;
 
$operation = $request->GetOperation();
 
if ( $operation == 'ping' )