From 93e066dbccde757ac54fce818bd97ef0043b6207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 21 Dec 2011 00:03:21 +0100 Subject: bug 964: Patches from Brian Dawson: allow selection of keysize in IE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/17.php | 122 +---------------------------------- pages/account/4.php | 175 +-------------------------------------------------- 2 files changed, 4 insertions(+), 293 deletions(-) (limited to 'pages/account') diff --git a/pages/account/17.php b/pages/account/17.php index 2ba5390..36b0c9f 100644 --- a/pages/account/17.php +++ b/pages/account/17.php @@ -14,124 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> - - - - -

- - - - - - -
-

- - -

-

- - - - -"> - -
-

- +require_once "../../includes/keygen.php"; diff --git a/pages/account/4.php b/pages/account/4.php index a4d6597..36b0c9f 100644 --- a/pages/account/4.php +++ b/pages/account/4.php @@ -14,177 +14,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> - - -Internet Options->Security->Trusted Websites, click on Custom Level, check ActiveX control elements that are not marked as safe initialized on start in scripts")?> - -

- - - - - -
-

- - -

-

- - - -"> - -
-

- +require_once "../../includes/keygen.php"; -- cgit v1.2.1 From 327d40464b9ad672db38ea6bd1e271c1f771afde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 21 Dec 2011 01:04:47 +0100 Subject: bug 964: Doh. require() confusion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/17.php | 2 +- pages/account/4.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pages/account') diff --git a/pages/account/17.php b/pages/account/17.php index 36b0c9f..8ac8b65 100644 --- a/pages/account/17.php +++ b/pages/account/17.php @@ -16,4 +16,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once "../../includes/keygen.php"; +require_once($_SESSION['_config']['filepath'].'/includes/keygen.php'); diff --git a/pages/account/4.php b/pages/account/4.php index 36b0c9f..8ac8b65 100644 --- a/pages/account/4.php +++ b/pages/account/4.php @@ -16,4 +16,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once "../../includes/keygen.php"; +require_once($_SESSION['_config']['filepath'].'/includes/keygen.php'); -- cgit v1.2.1