Fix for bug from de6f606
This commit is contained in:
parent
c2d21f0363
commit
3c95e77cae
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
|||
if (!isset($_POST['function'])) {
|
||||
//require the pages that are being needed.
|
||||
require_once( '../config.default.php' );
|
||||
require_once( $AMS_LIB.'/libinclude.php' );
|
||||
ini_set( "display_errors", true );
|
||||
error_reporting( E_ALL );
|
||||
|
||||
|
|
Loading…
Reference in a new issue