voxforge.org
VoxForge Dev

Changeset 22

Show
Ignore:
Timestamp:
04/22/07 15:32:10 (2 years ago)
Author:
trevarthan
Message:

Define production and testing URLs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/submit_audio.php

    r18 r22  
    2525 
    2626$login_url = "http://www.voxforge.org/home/login"; 
    27 $upload_url = "http://www.voxforge.org/home/downloads/audio/model-repository/audio-speech-files"; 
     27$production_upload_url = "http://www.voxforge.org/home/downloads/audio/model-repository/audio-speech-files"; 
     28$testing_upload_url    = "http://www.voxforge.org/home/downloads/audio2/voxforgeivr"; 
     29$upload_url = $production_upload_url; 
    2830$file_a = array(); // contains paths for all files we create at runtime. used for cleanup. 
    2931