Subversion Repositories ALCASAR

Rev

Rev 2993 | Rev 2997 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 2993 Rev 2994
Line 195... Line 195...
195
		else { // password are not the same
195
		else { // password are not the same
196
			echo "Erreur";
196
			echo "Erreur";
197
		}
197
		}
198
	}
198
	}
199
	else { // switch email registation off
199
	else { // switch email registation off
200
		exec("/usr/local/bin/alcasar-mail-install.sh -0");
200
		exec("sudo /usr/local/bin/alcasar-mail-install.sh -0");
201
	}
201
	}
202
	header("Refresh:0");
202
	header("Refresh:0");
203
	exit;
203
	exit;
204
}
204
}
205
 
205