/*
 * NewImg.c
 * for Bioinfo Animal Pictures Archive
 * jskim@bulls.kordic.re.kr
 * prints image info in ascending order of date
 */

#define KOREAN 1

#include <stdio.h>

main()
{
//    printf("content-type: text/html\n\n");	/* HTML Header */
    printf("LOCATION: ../list.php\n\n");	/* HTML Header */
}

