AlaK4X
Linux lhjmq-records 5.15.0-118-generic #128-Ubuntu SMP Fri Jul 5 09:28:59 UTC 2024 x86_64



Your IP : 18.119.135.67


Current Path : /var/www/lhjmq-records.qc.ca/public_html/administration/security_sysblockage/
Upload File :
Current File : /var/www/lhjmq-records.qc.ca/public_html/administration/security_sysblockage/setup.php

<?
//Load the standard includes
include("../includes/secur_isloggedin.php");
//Make certain that the user is none other than sysadmin
if($session_username != "sysadmin"){
	exit("Unauthorized usage of this page");
}
//continue standard includes
include("../includes/mysql_connect.php");
?>

<html>
<head>
<title>Administration - www.lhjmq.qc.ca</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="../css/base.css" type="text/css">
<link rel="stylesheet" href="../css/admintheme.css" type="text/css">
<link rel="stylesheet" href="../css/tablespecials.css" type="text/css">
<script language="JavaScript" type="text/JavaScript">
<!--
function VerifyForm(myForm){
	//Verify the form information
	if(myForm.courriel.value == ""){
		//Alert user
		alert("Vous devez entrer une adresse courriel.");
		//Return false
		return false;
	}
	return true;
}

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align="center" class="normaltext"><span class="titletext"><br>
  Module d'administration</span><br>
  <span class="subtitletext">www.lhjmq.qc.ca</span>
<hr width="70%" size="1" noshade>
  <a href="../session/session_menu.php" class="normallink">Retour au menu principal</a><br>
  <hr width="70%" size="1" noshade>
  <table width="600" border="0" cellspacing="0" cellpadding="0" class="normaltext">
    <tr> 
      <td width="30" class="darkbgcorner">&nbsp;</td>
      <td colspan="3" class="darkbgtop"><span class="subtitletext"><span class="darktitle">Console 
        de r&eacute;cup&eacute;ration</span></span></td>
    </tr>
    <tr> 
      <td width="30" class="darkbgleft">&nbsp;</td>
      <td width="200" align="right">&nbsp;</td>
      <td width="20">&nbsp;</td>
      <td width="350" align="left">&nbsp;</td>
    </tr>
    <tr> 
      <td width="30" class="darkbgleft">&nbsp;</td>
      <td colspan="3" align="center" class="cellpadding5"> <p align="left"><strong>Introduction:</strong></p>
        <p align="left">Lors d'un bloquage de syst&egrave;me, toutes les groupes 
          sont r&eacute;voqu&eacute;s, m&ecirc;me ceux de l'administrateur syst&egrave;me 
          (En cas o&ugrave; un intrus aurait r&eacute;ussis &agrave; entrer avec 
          le mot de passe de l'administrateur).</p>
        <p align="left">Apr&egrave;s un bloquage, la personne d&eacute;sign&eacute; 
          pour recevoir le code de d&eacute;bloquage par messagerie. C'est sur 
          cette page que vous pouver d&eacute;signer la personne &agrave; recevoir 
          le code de d&eacute;bloquage.</p>
        <form action="setup_execute.php" method="post" name="restore" id="restore" onSubmit="return VerifyForm(this)">
          <table width="100%" border="0" cellpadding="0" cellspacing="0" class="normaltext">
            <tr align="center"> 
              <td colspan="3"><strong>Configuration du d&eacute;bloquage</strong></td>
            </tr>
            <tr> 
              <td width="200" align="right">&nbsp;</td>
              <td width="20">&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
            <tr> 
              <td align="right" valign="top"><span class="errortext">*</span> 
                Adresse de messagerie</td>
              <td>&nbsp;</td>
              <td><input name="courriel" type="text" id="blockcode18" size="35" maxlength="255"></td>
            </tr>
            <tr> 
              <td align="right">&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
            <tr> 
              <td align="right">&nbsp;</td>
              <td>&nbsp;</td>
              <td><input type="submit" name="Submit" value="Soumettre"> <input name="Reset" type="reset" id="Reset" value="Effacer"> 
                <input name="Cancel" type="button" id="Cancel" onClick="MM_goToURL('parent','../session/session_menu.php');return document.MM_returnValue" value="Annuler"> 
              </td>
            </tr>
            <tr> 
              <td align="right">&nbsp;</td>
              <td>&nbsp;</td>
              <td>&nbsp;</td>
            </tr>
          </table>
        </form></td>
    </tr>
  </table>
  <br>
  <hr width="70%" size="1" noshade>
  <a href="../session/session_menu.php" class="normallink">Retour au menu principal</a> 
  <hr width="70%" size="1" noshade>
  <?include("../includes/logogroupimage.php");?>
</div>

</body>
</html>

<?
//Load the standard includes footers
include("../includes/mysql_cleanup.php");
?>