소스 검색

remove lost text

Malte Kiefer 9 년 전
부모
커밋
fabffa1320
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      include/php/global.inc.php

+ 0 - 2
include/php/global.inc.php

@@ -99,8 +99,6 @@ function gen_pass_hash($pass){
 	return $pass_hash;
 }
 
-PASS_HASH_SCHEMA
-
 function write_pass_hash_to_db($pass_hash, $uid){
 	global $db;
 	$uid = $db->escape_string($uid);