From: jkkn Date: Thu, 29 Nov 2007 06:50:59 +0000 (+0000) Subject: fixed www X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=ea4f99977890f962aa730a410ca3dbe7d50d2171;p=tv2developer fixed www --- diff --git a/content/tv2developer.js b/content/tv2developer.js index c1a269d..92f44ec 100755 --- a/content/tv2developer.js +++ b/content/tv2developer.js @@ -249,8 +249,7 @@ var TV2Developer = { if (tv2_user) tv2_user = tv2_user.replace(/^\./, ''); // php5 sites - //var php5 = ((!tv2_sitename) || (this._reg_php5.test(tv2_sitename))); - var php5 = ((tv2_sitename) && (this._reg_php5.test(tv2_sitename))); + var php5 = ((!tv2_sitename) || (this._reg_php5.test(tv2_sitename))); var testType = php5 ? '' : '3'; // Find live, test and snapshot url for current site diff --git a/version b/version index d15dfad..0426003 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.6.22 +0.6.24