rename email
							parent
							
								
									0cafe0a72a
								
							
						
					
					
						commit
						d297e047fc
					
				|  | @ -12,7 +12,7 @@ | |||
|     $statementIARCheck->execute(['userID' => $_SESSION['UUID']]); | ||||
|     if($statementIARCheck->rowCount() != 0) | ||||
|     { | ||||
|         $HTML->ReplaceSeitenInhalt("%%IARINFOMESSAGE%%", '<div class="alert alert-danger" role="alert">Aktuell wird eine IAR erstellt.<br>Warte bitte bis du eine E-Mail bekommst.</div>');  | ||||
|         $HTML->ReplaceSeitenInhalt("%%IARINFOMESSAGE%%", '<div class="alert alert-danger" role="alert">Aktuell wird eine IAR erstellt.<br>Warte bitte bis du eine PM bekommst.</div>');  | ||||
|         $HTML->ReplaceSeitenInhalt("%%IARBUTTONSTATE%%", 'disabled');  | ||||
|         $IARRUNNING = TRUE; | ||||
|     } | ||||
|  | @ -23,7 +23,7 @@ | |||
|         { | ||||
|             $iarname = md5(time().$_SESSION['UUID'] . rand()).".iar"; | ||||
|      | ||||
|             $HTML->ReplaceSeitenInhalt("%%IARINFOMESSAGE%%", '<div class="alert alert-danger" role="alert">Deine IAR wird jetzt erstellt und der Download Link wird dir per E-Mail zugesendet. '.$APIResult.'</div>');  | ||||
|             $HTML->ReplaceSeitenInhalt("%%IARINFOMESSAGE%%", '<div class="alert alert-danger" role="alert">Deine IAR wird jetzt erstellt und der Download Link wird dir per PM zugesendet. '.$APIResult.'</div>');  | ||||
|             $HTML->ReplaceSeitenInhalt("%%IARBUTTONSTATE%%", 'disabled');  | ||||
|              | ||||
|             $statementIARSTART = $RUNTIME['PDO']->prepare('INSERT INTO iarstates (userID, filesize, iarfilename) VALUES (:userID, :filesize, :iarfilename)'); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Chris
						Chris