Browse Source

Add files via upload

Dan Nuggetsman 4 months ago
parent
commit
492c946e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -90,7 +90,7 @@
 		//  return;  
 		//  return;  
 		//}	   	
 		//}	   	
 		passw = encryptSha2( $("#Password").val() + $("#Salt").val());
 		passw = encryptSha2( $("#Password").val() + $("#Salt").val());
-		msg = "<?PHP echo(getResource0("Please set your hash in the config file with this value", $lang, "/js/home-js.php"));?>:";
+		msg = "Please set your hash in the config file with this value:";
 		alert(msg + "\n\n" + passw);	
 		alert(msg + "\n\n" + passw);	
 	}
 	}