From e3568ca058b2659242b40a3feeaec77242794e27 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Mon, 28 Sep 2015 12:34:59 +0200 Subject: [PATCH] Modificada ruta para subir imagenes --- debian/changelog | 2 +- web/forms/admin/photos/photos.js | 2 +- web/js/htk/image-editor.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7c39c9a8..e17fb4d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.219-deb8) stable; urgency=low +hedera-web (1.220-deb8) stable; urgency=low * Initial Release. diff --git a/web/forms/admin/photos/photos.js b/web/forms/admin/photos/photos.js index 9f067aa7..8033f604 100755 --- a/web/forms/admin/photos/photos.js +++ b/web/forms/admin/photos/photos.js @@ -9,7 +9,7 @@ Vn.Photos = new Class this.$('photo-size').value = 10 /* MB */ * 1048576; this.$('photo-id').focus (); this.$('html-form').action = - '//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image'; + '//'+ Vn.Config['image_host'] +'/rest.php?action=image'; } ,onFormSubmit: function () diff --git a/web/js/htk/image-editor.js b/web/js/htk/image-editor.js index 15e39739..bc421995 100755 --- a/web/js/htk/image-editor.js +++ b/web/js/htk/image-editor.js @@ -8,7 +8,7 @@ Htk.ImageEditor = new Class this.builderInit (Htk.ImageEditor.Xml); this.$('max-size').value = 10 /* MB */ * 1048576; this.$('form').action = - '//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image'; + '//'+ Vn.Config['image_host'] +'/rest.php?action=image'; } ,onNameChange: function ()