Projet

Général

Profil

« Précédent | Suivant » 

Révision 049c74ec

Ajouté par Renato Botelho il y a plus de 9 ans

Check if array is set

Voir les différences:

tmp/post_upgrade_command.php
14 14
	}
15 15

  
16 16
	$newslicedir = "";
17
	if ($argv[1] != "")
17
	if (isset($argv[1]) && $argv[1] != "")
18 18
		$newslicedir = '/tmp/' . $argv[1];
19 19

  
20 20
	if($g['enableserial_force'] || file_exists("{$newslicedir}/enableserial_force")) {

Formats disponibles : Unified diff