Merged in bugfix/HOR-3768 (pull request #5997)
HOR-3768 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
30cf5568fc
@@ -19,7 +19,7 @@ this program. If not, see
|
||||
*
|
||||
*/
|
||||
<?php
|
||||
$frm = $HTTP_POST_VARS;
|
||||
$frm = $_POST;
|
||||
|
||||
$dbc = new dbconnection();
|
||||
$ses = new DBSession( $dbc );
|
||||
|
||||
Reference in New Issue
Block a user