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);