Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Χάρης Παπαδόπουλος
e-epal
Commits
6f2a83e2
Commit
6f2a83e2
authored
Apr 27, 2017
by
Open Source Developer
Browse files
trans
parent
2b3a433f
Changes
3
Hide whitespace changes
Inline
Side-by-side
drupal/modules/casost/src/Controller/CASLogin.php
View file @
6f2a83e2
...
@@ -93,7 +93,7 @@ class CASLogin extends ControllerBase
...
@@ -93,7 +93,7 @@ class CASLogin extends ControllerBase
}
}
// phpCAS::setDebug("/home/haris/devel/eepal/drupal/modules/casost/phpcas.log");
// phpCAS::setDebug("/home/haris/devel/eepal/drupal/modules/casost/phpcas.log");
// Enable verbose error messages. Disable in production!
// Enable verbose error messages. Disable in production!
phpCAS
::
setVerbose
(
true
);
//
phpCAS::setVerbose(true);
phpCAS
::
client
(
$this
->
serverVersion
,
phpCAS
::
client
(
$this
->
serverVersion
,
$this
->
serverHostname
,
$this
->
serverHostname
,
...
...
drupal/modules/casost/src/Controller/CASLogout.php
View file @
6f2a83e2
...
@@ -95,7 +95,7 @@ class CASLogout extends ControllerBase
...
@@ -95,7 +95,7 @@ class CASLogout extends ControllerBase
// Enable debugging
// Enable debugging
// phpCAS::setDebug("/home/haris/devel/eepal/drupal/modules/casost/phpcas.log");
// phpCAS::setDebug("/home/haris/devel/eepal/drupal/modules/casost/phpcas.log");
// Enable verbose error messages. Disable in production!
// Enable verbose error messages. Disable in production!
phpCAS
::
setVerbose
(
true
);
//
phpCAS::setVerbose(true);
// Initialize phpCAS
// Initialize phpCAS
phpCAS
::
client
(
$this
->
serverVersion
,
phpCAS
::
client
(
$this
->
serverVersion
,
...
...
source/app.settings.ts
View file @
6f2a83e2
// export const API_ENDPOINT = 'http://eduslim2.minedu.gov.gr/drupal';
// export const API_ENDPOINT = 'http://eduslim2.minedu.gov.gr/drupal';
export
const
API_ENDPOINT
=
'
http://eduslim2.minedu.gov.gr/drupal
'
;
export
const
API_ENDPOINT
=
'
http://eduslim2.minedu.gov.gr/
angular/eepal-front/
drupal
'
;
export
class
AppSettings
{
export
class
AppSettings
{
public
static
get
API_ENDPOINT
():
string
{
public
static
get
API_ENDPOINT
():
string
{
// return 'http://eduslim2.minedu.gov.gr/drupal';
// return 'http://eduslim2.minedu.gov.gr/drupal';
return
'
http://eduslim2.minedu.gov.gr/drupal
'
;
return
'
http://eduslim2.minedu.gov.gr/
angular/eepal-front/
drupal
'
;
}
}
}
}
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