forked from leftypol/leftypol
lots of print statements
This commit is contained in:
parent
4b61aaabbf
commit
195a3914d1
5 changed files with 50 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
|||
$config['db']['database'] = 'lainchan';
|
||||
$config['db']['prefix'] = '';
|
||||
$config['db']['user'] = 'lainchan';
|
||||
$config['db']['password'] = 'oijrljqqwjr242kjn';
|
||||
$config['db']['password'] = '';
|
||||
|
||||
|
||||
$config['cookies']['mod'] = 'mod';
|
||||
|
@ -82,7 +82,7 @@
|
|||
$config['additional_javascript'][] = 'js/expand-video.js';
|
||||
$config['max_filesize'] = 50 * 1024 * 1024; // 50MB
|
||||
$config['webm']['allow_audio'] = true;
|
||||
$config['webm']['max_length'] = 620;
|
||||
$config['webm']['max_length'] = 1000;
|
||||
//end test section
|
||||
|
||||
|
||||
|
@ -92,6 +92,8 @@
|
|||
$config['allowed_ext_files'][] = 'zip';
|
||||
$config['allowed_ext_files'][] = 'epub';
|
||||
|
||||
$config['api']['enabled'] = false;
|
||||
|
||||
/*
|
||||
* From Config:
|
||||
// Always regenerate markup. This isn't recommended and should only be used for debugging; by default,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue