diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 20:15:57 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-04-03 20:15:57 +0200 |
| commit | 2b4b34a76f42841e964a549fc64c02ba4f60a3f4 (patch) | |
| tree | c83a973cae8d45e01384dabe4ad33dc40c09a5d1 /www/list.php | |
| parent | 7dcd592544ae0b55d0e205ff83631067a0d0aa6b (diff) | |
| download | phorkie-2b4b34a76f42841e964a549fc64c02ba4f60a3f4.tar.gz phorkie-2b4b34a76f42841e964a549fc64c02ba4f60a3f4.zip | |
rename Phorkie to phorkie (lowercase)
Diffstat (limited to 'www/list.php')
| -rw-r--r-- | www/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/list.php b/www/list.php index a212322..a75fda8 100644 --- a/www/list.php +++ b/www/list.php @@ -2,7 +2,7 @@ /** * Fork a repository */ -namespace Phorkie; +namespace phorkie; require_once 'www-header.php'; $rs = new Repositories(); |
