mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 18:39:16 -04:00
- Pass Maintainership to Submitter PR: 230712 Submitted by: Krzysztof <ports@bsdserwis.com> Sponsored by: Netzkommune GmbH Differential Revision: https://reviews.freebsd.org/D17946
11 lines
252 B
PHP
11 lines
252 B
PHP
--- config/init.php.orig 2007-06-14 19:00:15 UTC
|
|
+++ config/init.php
|
|
@@ -35,7 +35,7 @@
|
|
session_start();
|
|
|
|
// Turn off magic quotes (do not edit!)
|
|
-set_magic_quotes_runtime(0);
|
|
+// set_magic_quotes_runtime(0);
|
|
|
|
$conf['app']['version'] = '0.8RC3';
|
|
|