hydroshare / hydroshare_drupal

Hydroshare is an online collaboration environment for sharing data, models, and code related to hydrology and water sciences
beta.hydroshare.org
GNU General Public License v2.0
7 stars 2 forks source link

hardcoded hostname needs to be derived #1

Closed trel closed 11 years ago

trel commented 11 years ago

line 360 of data_model.module needs to use a derived hostname (or relative path, perhaps safer).

Currently:

$op = "parent.location='http://avogadro.renci.org/export.php?file=" . $zip_file . "'";
trel commented 11 years ago

doing this in pivotal instead