Revert "Merge branch 'master' of github.com:vichan-devel/Tinyboard"

This reverts commit a84c4510fc, reversing
changes made to a8327c3a37.
This commit is contained in:
czaks 2013-08-05 06:17:01 -04:00
parent 0d8e2a65ab
commit 2cc0769f54
6 changed files with 4 additions and 40 deletions

View file

@ -1327,3 +1327,4 @@
// Complex regular expression to catch URLs.
$config['url_regex'] = '/' . '(https?|ftp):\/\/' . '(([\w\-]+\.)+[a-zA-Z]{2,6}|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})' . '(:\d+)?' . '(\/([\w\-~.#\/?=&;:+%!*\[\]@$\'()+,|\^]+)?)?' . '/';

View file

@ -1328,6 +1328,7 @@ function mod_delete($board, $post) {
if (!hasPermission($config['mod']['delete'], $board))
error($config['error']['noaccess']);
// Delete post
deletePost($post);
// Record the action
modLog("Deleted post #{$post}");