Server Correction
This commit is contained in:
parent
105166c160
commit
80460f5447
8 changed files with 14 additions and 15 deletions
|
@ -9,11 +9,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
include("Image.php");
|
||||
include("Network.php");
|
||||
include("Compute.php");
|
||||
include("NetworkLayer3.php");
|
||||
include("CoreInterface.php");
|
||||
require_once("Image.php");
|
||||
require_once("Network.php");
|
||||
require_once("Compute.php");
|
||||
require_once("NetworkLayer3.php");
|
||||
require_once("CoreInterface.php");
|
||||
|
||||
/**
|
||||
* automating Class of the back-end application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue