Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
ed527755
Commit
ed527755
authored
Apr 20, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes to includes; need instance_defs.php in quickvm_sup.php.
parent
653f8c87
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
17 deletions
+17
-17
www/aptui/create-dataset.php
www/aptui/create-dataset.php
+2
-2
www/aptui/instantiate.php
www/aptui/instantiate.php
+2
-2
www/aptui/landing.php
www/aptui/landing.php
+2
-2
www/aptui/manage_profile.php
www/aptui/manage_profile.php
+2
-2
www/aptui/ppstart.php
www/aptui/ppstart.php
+2
-2
www/aptui/show-dataset.php
www/aptui/show-dataset.php
+3
-3
www/aptui/show-profile.php
www/aptui/show-profile.php
+2
-2
www/aptui/status.php
www/aptui/status.php
+2
-2
No files found.
www/aptui/create-dataset.php
View file @
ed527755
...
...
@@ -25,8 +25,8 @@ chdir("..");
include
(
"defs.php3"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"profile_defs.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
# Must be after quickvm_sup.php since it changes the auth domain.
$page_title
=
"Create Dataset"
;
...
...
www/aptui/instantiate.php
View file @
ed527755
...
...
@@ -28,8 +28,8 @@ include_once("geni_defs.php");
include_once
(
"webtask.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"instance_defs.php"
);
include
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
$page_title
=
"Instantiate a Profile"
;
$dblink
=
GetDBLink
(
"sa"
);
...
...
www/aptui/landing.php
View file @
ed527755
<?php
#
# Copyright (c) 2000-201
4
University of Utah and the Flux Group.
# Copyright (c) 2000-201
5
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -26,7 +26,7 @@ include("defs.php3");
include_once
(
"geni_defs.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"instance_defs.php"
);
#
# Get current user but make sure coming in on SSL.
...
...
www/aptui/manage_profile.php
View file @
ed527755
...
...
@@ -26,8 +26,8 @@ include("defs.php3");
include_once
(
"webtask.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"profile_defs.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
# Must be after quickvm_sup.php since it changes the auth domain.
include_once
(
"../session.php"
);
$page_title
=
"Manage Profile"
;
...
...
www/aptui/ppstart.php
View file @
ed527755
...
...
@@ -25,8 +25,8 @@ chdir("..");
include
(
"defs.php3"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"profile_defs.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
#
# Get current user.
...
...
www/aptui/show-dataset.php
View file @
ed527755
...
...
@@ -27,9 +27,9 @@ include("lease_defs.php");
include
(
"imageid_defs.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"dataset_defs.php"
);
include
(
"instance_defs.php"
);
include
(
"profile_defs.php"
);
include
_once
(
"dataset_defs.php"
);
include
_once
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
# Must be after quickvm_sup.php since it changes the auth domain.
$page_title
=
"Show Dataset"
;
...
...
www/aptui/show-profile.php
View file @
ed527755
...
...
@@ -26,8 +26,8 @@ include("defs.php3");
include_once
(
"webtask.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"profile_defs.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
$page_title
=
"Show Profile"
;
#
...
...
www/aptui/status.php
View file @
ed527755
...
...
@@ -28,8 +28,8 @@ include_once("geni_defs.php");
include_once
(
"webtask.php"
);
chdir
(
"apt"
);
include
(
"quickvm_sup.php"
);
include
(
"profile_defs.php"
);
include
(
"instance_defs.php"
);
include
_once
(
"profile_defs.php"
);
include
_once
(
"instance_defs.php"
);
$page_title
=
"Experiment Status"
;
$ajax_request
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment