Import Correction
This commit is contained in:
parent
294fbb4d11
commit
06d229a37e
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
require '../vendor/autoload.php';
|
||||||
include_once("../config.inc.php");
|
include_once("../config.inc.php");
|
||||||
include_once("AppTestClass.php");
|
include_once("AppTestClass.php");
|
||||||
|
|
||||||
|
|
||||||
$user = "demo";
|
$user = "demo";
|
||||||
$password = "demopass";
|
$password = "demopass";
|
||||||
|
|
Loading…
Add table
Reference in a new issue