Links Correction
This commit is contained in:
parent
d81a376894
commit
ad33435ce0
2 changed files with 5 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
include_once("/istic-openstack/server/config.inc.php");
|
||||
include_once("config.inc.php");
|
||||
require "../vendor/autoload.php";
|
||||
include_once("/istic-openstack/server/core/Plugin_Api.php");
|
||||
include_once("/istic-openstack/server/core/LibOverride/genTokenOptions.php");
|
||||
include_once("core/Plugin_Api.php");
|
||||
include_once("core/LibOverride/genTokenOptions.php");
|
||||
|
||||
$user = "admin";
|
||||
$password = "ae5or6cn";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
include_once("/istic-openstack/server/core/Plugin_Api.php");
|
||||
include_once("/istic-openstack/server/core/LibOverride/genTokenOptions.php");
|
||||
include_once("core/Plugin_Api.php");
|
||||
include_once("core/LibOverride/genTokenOptions.php");
|
||||
|
||||
class App{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue