|
|
strip_wonderful_slashes.phpIf you have a PHP 4.1 or a provider using the annoying factory-default settings of such a version, you may find this tiny script helpful. It removes the just-for-security-reasons-added-backslashes from the $_REQUEST variables. I wasn't very interested in adding hundreds of stripslashes() calls inside ewiki.php, so this is the workaround for your providers broken php.ini It does not hurt a well configured PHP interpreter setup. Newer ewiki versions come with a "plugins/lib/fix.php", which does basically the same, but also incorporates:prev << "strip_wonderful_slashes.php" next >> "strike_register_globals" You cannot modify the README.fragments file, but anyhow any ideas or suggestion should as usually get filed on BugReports, UserSuggestions or even better the README.fragments.Discussion. |