$ cat config.php~
<?php
$config['allow_self_edit'] = true;
$config['image_hard_limit'] = 3500;
$config['reply_hard_limit'] = 4500;
$ cat config.php
<?php
$config['allow_self_edit'] = true;
$config['edit_time_end'] = 0;
$config['image_hard_limit'] = 3500;
$config['reply_hard_limit'] = 4500;
$