Conflicts:
	mod.php
This commit is contained in:
Marcin Łabanowski 2013-01-26 15:08:48 +01:00
commit e6b9bad788
8 changed files with 279 additions and 44 deletions

View file

@ -903,6 +903,9 @@
// PM snippet (for ?/inbox) length in characters
$config['mod']['snippet_length'] = 75;
// Edit raw HTML in posts by default
$config['mod']['raw_html_default'] = false;
// Probably best not to change these:
if (!defined('JANITOR')) {
define('JANITOR', 0, true);
@ -1049,6 +1052,9 @@
// Edit the current configuration (via web interface)
$config['mod']['edit_config'] = ADMIN;
// Execute un-filtered SQL queries on the database (?/debug/sql)
$config['mod']['debug_sql'] = DISABLED;
/*
* ====================
* Events (PHP 5.3.0+)