Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Fairchild
whoami
Commits
f0a53218
Commit
f0a53218
authored
May 06, 2014
by
Brett Bieber
Browse files
Reference local instance of phpCAS
parent
52db03f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.php
View file @
f0a53218
...
...
@@ -5,7 +5,7 @@ if ($_SERVER['REQUEST_METHOD'] != 'GET')
exit
(
"Invalid request method"
);
}
include
(
"../phpcas-devel
/source/CAS.php"
);
include
(
__DIR__
.
"/phpCAS
/source/CAS.php"
);
if
(
isset
(
$_REQUEST
[
'id'
]))
{
// Set the age to 1 day to improve speed/caching.
...
...
Write
Preview
Supports
Markdown
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