Fix compatibility errors with PHP 5.6
This commit is contained in:
David Callizaya
2017-08-22 14:37:54 -04:00
parent c4a70d35d9
commit 480488ad49
9 changed files with 31 additions and 71 deletions

View File

@@ -19,7 +19,7 @@ this program. If not, see
*
*/
<?php
$frm = $HTTP_POST_VARS;
$frm = $_POST;
$dbc = new dbconnection();
$ses = new DBSession( $dbc );