diff --git a/app/config/core.php b/app/config/core.php
index 47d22b76b..27ab90bcb 100644
--- a/app/config/core.php
+++ b/app/config/core.php
@@ -39,6 +39,10 @@ if(function_exists('apache_get_modules'))
{
define ('BASE_URL', $_SERVER['SCRIPT_NAME']);
}
+}
+else
+{
+ define ('BASE_URL', $_SERVER['SCRIPT_NAME']);
}
/**
diff --git a/app/config/tags.ini.php b/app/config/tags.ini.php
index 7d0bc014e..2c926b450 100644
--- a/app/config/tags.ini.php
+++ b/app/config/tags.ini.php
@@ -60,19 +60,19 @@ checkbox = ""
radio = ""
; Tag template for a select opening tag.
-selectStart = "
-Release 0.10.0_dev with:
+Release 0.10.0.1073_dev with: