Skip to content

Commit

Permalink
Remove dependency on PEAR Config which was used to read GridShibCA co…
Browse files Browse the repository at this point in the history
…nfiguration.
  • Loading branch information
terrencegf committed May 1, 2020
1 parent d8c27c6 commit 5b22265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/Service/Skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,14 @@
use tubalmartin\CssMin\Minifier as CSSmin;
use PEAR;
use DB;
use Config;

/**
* Skin
*
* This class reads in CSS and configuration options
* for a 'skin'. The skin is set by passing the
* '?skin=...' (or '?cilogon_skin=...') query parameter.
* If found, the assoicated config XML and CSS are read
* If found, the associated config XML and CSS are read
* in from either the filesystem (under the /skin/NAME
* directory) or the database. It also sets a PHP
* session variable so that the skin name is remembered
Expand Down
1 change: 0 additions & 1 deletion src/Service/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
use CILogon\Service\PortalCookie;
use PEAR;
use DB;
use Config;

/**
* Util
Expand Down

0 comments on commit 5b22265

Please sign in to comment.