diff options
Diffstat (limited to 'include/vtemplate.class.php')
-rw-r--r-- | include/vtemplate.class.php | 3 |
1 files changed, 3 insertions, 0 deletions
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); |