diff options
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; |
