From 2e932eb254d0eb1c9d4d859141a45af608394d00 Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sun, 21 Sep 2003 18:00:16 +0000 Subject: to make it work on nexen.net git-svn-id: http://piwigo.org/svn/trunk@153 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/vtemplate.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/vtemplate.class.php b/include/vtemplate.class.php index 59a29c9e5..e3ae0b058 100644 --- a/include/vtemplate.class.php +++ b/include/vtemplate.class.php @@ -16,6 +16,9 @@ * *****************************************************************/ +// to make it work on nexen.net +set_magic_quotes_runtime(0); + if ( !isset( $DEFINE_VTEMPLATE ) ) { define("ALL",1); -- cgit v1.2.3