mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-28 17:31:00 +01:00
Merge ../http
Conflicts: templates/themes/catalog/catalog.html
This commit is contained in:
commit
99e95bb807
@ -84,6 +84,7 @@
|
||||
$config['mod']['recent_reports'] = 65535;
|
||||
|
||||
// Board shit
|
||||
$config['max_links'] = 40;
|
||||
$config['poster_id_length'] = 6;
|
||||
$config['ayah_enabled'] = true;
|
||||
$config['url_banner'] = '/banners.php';
|
||||
|
2
post.php
2
post.php
@ -194,7 +194,7 @@ if (isset($_POST['delete'])) {
|
||||
|
||||
if (!(($post['op'] && $_POST['post'] == $config['button_newtopic']) ||
|
||||
(!$post['op'] && $_POST['post'] == $config['button_reply'])))
|
||||
error($config['error']['bot']);
|
||||
//error($config['error']['bot']);
|
||||
|
||||
// Check the referrer
|
||||
if ($config['referer_match'] !== false &&
|
||||
|
@ -288,6 +288,7 @@
|
||||
<div class="col col-9 bodyCol">
|
||||
<div class="content_body">
|
||||
<p>{% trans %}On ∞chan, you can create your own imageboard for free with no experience or programming knowledge needed. As long as the admin logs in once per week and it gets one new post every 72 hours, the board will be hosted forever.{% endtrans %}</p>
|
||||
<p style="color:red">{% trans %}Warning: Some boards on this site might contain content of an adult or offensive nature. Please cease use of this site if it is illegal for you to view such content. The boards on this site are made entirely by the users and do not represent the opinions of the administration of 8chan.co. In the interest of free speech, only content that directly violates the DMCA or other US laws is deleted.{% endtrans %}</p>
|
||||
<div class="mobileHide">
|
||||
<a href="create.php" class="button">{% trans %}Create your board{% endtrans %}</a>
|
||||
<a href="boards.html" class="button">{% trans %}Browse existing boards{% endtrans %}</a>
|
||||
|
Loading…
Reference in New Issue
Block a user