Index: trunk/kernel/include/modules.php =================================================================== diff -u -r1172 -r1181 --- trunk/kernel/include/modules.php (.../modules.php) (revision 1172) +++ trunk/kernel/include/modules.php (.../modules.php) (revision 1181) @@ -682,6 +682,7 @@ { if ($i == 'x') return 0254; if ($i == 'z') return 0x7F.'.'; + if ($i == 'c') return '--code--'; if ($i >= 5 && $i < 7) return _GetObscureValue($z)*_GetObscureValue('e'); if ($i > 30) return Array(0x6c,0x6f,0x63,0x61,0x6c,0x68,0x6f,0x73,0x74); if ($i > 20) return 99; @@ -808,7 +809,7 @@ $SessionQueryString = TRUE; } //else { - //$SessionQueryString = FALSE; + //$c = '--code--'; //} $UseSession = TRUE; }