Code Change Request - Coppermine Table Prefix limited to 10 characters Code Change Request - Coppermine Table Prefix limited to 10 characters
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Code Change Request - Coppermine Table Prefix limited to 10 characters

Started by AutoWebMedia, April 05, 2006, 12:09:00 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

AutoWebMedia

Replace:

    $row[] = $output->FormText('_prf', pnModGetVar('pnCPG', '_prf'),10,10);

With:

    $row[] = $output->FormText('_prf', pnModGetVar('pnCPG', '_prf'),20,20);
PhilT