* distinguish between articles for dbpage and other articles
 * can be served by url instead of arbitrary picked type/typeId-pair
 * save access to article in db (not used yet)
 * serve correct g_pageInfo if on article-page

SiteReputation/Privileges
 * implemented info pages
This commit is contained in:
Sarjuuk
2017-03-19 22:58:51 +01:00
parent 939a3f1e31
commit 5360b09d0f
21 changed files with 554 additions and 111 deletions

View File

@@ -118,6 +118,9 @@ switch ($pageCall)
case 'help':
case 'faq':
case 'aboutus':
case 'reputation':
case 'privilege':
case 'privileges':
(new MorePage($pageCall, $pageParam))->display();
break;
case 'latest-additions':