Tweaks on port definition.

Now port can be defined into the hostname.
This commit is contained in:
Andrs Montaez
2012-02-15 19:08:16 -02:00
parent e42a1f1193
commit 51e7de0676
8 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#!/bin/sh
#VERSION:0.9.3
#VERSION:0.9.4
SCRIPT=$(readlink -f $0)
DIR=$(dirname $SCRIPT)
+1 -1
View File
@@ -24,7 +24,7 @@ date_default_timezone_set('UTC');
$baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.3');
define('MAGALLANES_VERSION', '0.9.4');
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';