frogsystem / fs2core

This is the official repository for Frogsystem 2 development.
http://www.frogsystem.de
2 stars 3 forks source link

replace call to deprecated function set_magic_quotes_runtime() #72

Closed Thoronador closed 11 years ago

Thoronador commented 12 years ago

The function set_magic_quotes_runtime() is deprecated as of PHP 5.3 and was removed as of PHP 5.4.

In order to avoid a deprecated notice during execution of imageviewer.php, the function was replaced by ini_set().