Changeset 557

Show
Ignore:
Timestamp:
10/14/09 12:04:55 (11 months ago)
Author:
alex94040
Message:

Fixes #240: Natively supporting servers with Magic Quotes=ON out of the box. Code by VexedPanda?, review by alex94040.

Location:
framework/branches/1.1/includes
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/1.1/includes/configuration/prepend.inc.php

    r173 r557  
    2020                // Include the QCubed Framework 
    2121                ////////////////////////////// 
     22                require(__QCUBED_CORE__ . '/framework/DisableMagicQuotes.inc.php'); 
    2223                require(__QCUBED_CORE__ . '/qcubed.inc.php'); 
    2324