From ea4f99977890f962aa730a410ca3dbe7d50d2171 Mon Sep 17 00:00:00 2001 From: jkkn Date: Thu, 29 Nov 2007 06:50:59 +0000 Subject: [PATCH] fixed www --- content/tv2developer.js | 3 +-- version | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.52.0