mirror of
				https://github.com/mickael-kerjean/filestash.git
				synced 2025-10-31 10:07:15 +08:00 
			
		
		
		
	feature (admin): admin console
This commit is contained in:
		| @ -8,7 +8,7 @@ export function http_get(url, type = 'json'){ | ||||
|                     if(type === 'json'){ | ||||
|                         try{ | ||||
|                             let data = JSON.parse(xhr.responseText); | ||||
|                             if(data.status === 'ok'){ | ||||
|                             if("status" in data === false || data.status === 'ok'){ | ||||
|                                 done(data); | ||||
|                             }else{ | ||||
|                                 err(data); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mickael KERJEAN
					Mickael KERJEAN