]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- cleanup
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Jan 2007 18:32:10 +0000 (18:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-config.php -> 1.26

eventum-config.php

index 12b34c024198e7b8069a32faf68a3d618f2c6691..e74ed055a11e76c397824a184c2d05291ae7acdf 100755 (executable)
@@ -106,7 +106,6 @@ include_once(APP_INC_PATH . 'db_access.php');
 include_once(APP_INC_PATH . 'class.auth.php');
 include_once(APP_INC_PATH . 'class.misc.php');
 
-// fix magic_quote_gpc'ed values (i wish i knew who is the person behind this)
 // fix magic_quote_gpc'ed values
 $_GET = Misc::dispelMagicQuotes($_GET);
 $_POST = Misc::dispelMagicQuotes($_POST);
This page took 0.053215 seconds and 4 git commands to generate.