From d563d92204c728cf3e43b2f67521a67127e83381 Mon Sep 17 00:00:00 2001 From: Garrett Date: Thu, 20 Sep 2018 10:59:48 +1200 Subject: [PATCH] added redlink=1 to Create Page link (mirrors MediaWiki handling) --- appid.php | 2 +- gog.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appid.php b/appid.php index c4c0d32..16d29c4 100644 --- a/appid.php +++ b/appid.php @@ -76,7 +76,7 @@ if ( count( $results ) != 0 ) { print '

No page for ' . $results['name'] . ' exists, would you like to create it?

'; - print '
Create Page
'; + print '
Create Page
'; } else { diff --git a/gog.php b/gog.php index 2613525..0f9221d 100644 --- a/gog.php +++ b/gog.php @@ -93,7 +93,7 @@ { $title = $_GET['title']; print '

No page for ' . $title . ' exists, would you like to create it?

'; - print '
Create Page
'; + print '
Create Page
'; } else if ( count( $results ) > 1 ) {