Added a notice saying it hasn't 'been patched to work with multiple boards yet.'
This commit is contained in:
parent
82e961dea9
commit
6feb9cd284
4
test.php
4
test.php
@ -6,8 +6,8 @@
|
||||
if (file_exists('inc/instance-config.php')) {
|
||||
require 'inc/instance-config.php';
|
||||
}
|
||||
require 'inc/template.php';
|
||||
require 'inc/config.php';
|
||||
require 'inc/template.php';
|
||||
require 'inc/user.php';
|
||||
|
||||
function image($type) {
|
||||
@ -106,5 +106,7 @@
|
||||
$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)));
|
||||
?>
|
Loading…
Reference in New Issue
Block a user