HOR-3768
Fix compatibility errors with PHP 5.6
This commit is contained in:
@@ -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