0
1
Fork 0

Ahora se especifica el servidor de imagenes mediante un parametro de configuracion

This commit is contained in:
Juan Ferrer Toribio 2015-09-24 00:59:52 +02:00
parent 578136e4d7
commit 44306254d5
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.217-deb8) stable; urgency=low
hedera-web (1.218-deb8) stable; urgency=low
* Initial Release.

View File

@ -8,7 +8,7 @@ Vn.Photos = new Class
this.$('schema').value = 'catalog';
this.$('photo-size').value = 10 /* MB */ * 1048576;
this.$('photo-id').focus ();
this.$('form').action =
this.$('html-form').action =
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
}

View File

@ -6,7 +6,7 @@
</div>
<div class="body">
<form
id="form"
id="html-form"
method="post"
enctype="multipart/form-data"
target="photos-iframe"