diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-09-21 18:00:16 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-09-21 18:00:16 +0000 |
commit | 2e932eb254d0eb1c9d4d859141a45af608394d00 (patch) | |
tree | 29363f5faab4e8ec0a0e705c8598c2c34adfc4f6 /include/vtemplate.class.php | |
parent | cb69a06f53b89d1b05d99794860cbe89965ab361 (diff) |
to make it work on nexen.net
git-svn-id: http://piwigo.org/svn/trunk@153 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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); |