aboutsummaryrefslogtreecommitdiff
path: root/www/list.php
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-16 01:17:46 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-16 01:17:46 -0400
commita73791f16d10ea0e2c477f29d9049d75516aa774 (patch)
treec5cc7406b5710804600477a45d20fa21815c67a3 /www/list.php
parentb0687c328fcaa4d891b31c2146694654cd4707c9 (diff)
downloadphorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.tar.gz
phorkie-a73791f16d10ea0e2c477f29d9049d75516aa774.zip
Added OpenID Authentication
Diffstat (limited to 'www/list.php')
-rw-r--r--www/list.php5
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;