Projet

Général

Profil

« Précédent | Suivant » 

Révision bbceec68

Ajouté par Phil Davis il y a presque 10 ans

Use function_exists test

Voir les différences:

usr/local/www/xmlrpc.php
484 484
		xmlrpc_authfail();
485 485
		return $xmlrpc_g['return']['authfail'];
486 486
	}
487
	require_once("notices.inc");
487
	if(!function_exists("get_notices"))
488
		require("notices.inc");
488 489
	if(!$params) {
489 490
		$toreturn = get_notices();
490 491
	} else {

Formats disponibles : Unified diff