Browse Source

Added a notice saying it hasn't 'been patched to work with multiple boards yet.'

pull/40/head
Savetheinternet 14 years ago
parent
commit
1e3b6f9b69
  1. 4
      test.php

4
test.php

@ -6,8 +6,8 @@
if (file_exists('inc/instance-config.php')) { if (file_exists('inc/instance-config.php')) {
require 'inc/instance-config.php'; require 'inc/instance-config.php';
} }
require 'inc/template.php';
require 'inc/config.php'; require 'inc/config.php';
require 'inc/template.php';
require 'inc/user.php'; require 'inc/user.php';
function image($type) { function image($type) {
@ -104,5 +104,7 @@
$body .= '<p style="text-align:center;">Everything seems okay.</p>'; $body .= '<p style="text-align:center;">Everything seems okay.</p>';
} }
$body .= '<p style="text-align:center;font-weight:bold;">Disregard me. I haven\'t been patched to work with multiple boards yet.</p>';
die(Element('page.html', Array('index' => ROOT, 'title'=>'Tinyboard', 'subtitle'=>'Installation', 'body'=>$body))); die(Element('page.html', Array('index' => ROOT, 'title'=>'Tinyboard', 'subtitle'=>'Installation', 'body'=>$body)));
?> ?>
Loading…
Cancel
Save