diff options
| author | Justin J. Novack <jnovack@gmail.com> | 2012-09-16 01:17:46 -0400 |
|---|---|---|
| committer | Justin J. Novack <jnovack@gmail.com> | 2012-09-16 01:17:46 -0400 |
| commit | a73791f16d10ea0e2c477f29d9049d75516aa774 (patch) | |
| tree | c5cc7406b5710804600477a45d20fa21815c67a3 /www/list.php | |
| parent | b0687c328fcaa4d891b31c2146694654cd4707c9 (diff) | |
| download | phorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.tar.gz phorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.zip | |
Added OpenID Authentication
Diffstat (limited to 'www/list.php')
| -rw-r--r-- | www/list.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/list.php b/www/list.php index 911f26d..17f46b1 100644 --- a/www/list.php +++ b/www/list.php @@ -1,9 +1,12 @@ <?php /** - * Fork a repository + * List a repository */ namespace phorkie; require_once 'www-header.php'; +if ($GLOBALS['phorkie']['auth']['secure'] == 2) { + require_once 'secure.php'; +} $rs = new Repositories(); $page = 0; |
