Explorar el Código

Merge pull request #130 from sichan/master

Update post.php
pull/132/head
Appleman1234 GitHub hace 6 años
padre
commit
bd2b3b852c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      post.php

+ 1
- 1
post.php Ver fichero

@@ -332,7 +332,7 @@ if (isset($_POST['delete'])) {
if ($config['syslog'])
_syslog(LOG_INFO, 'Reported post: ' .
'/' . $board['dir'] . $config['dir']['res'] . link_for($post) . ($thread['thread'] ? '#' . $id : '') .
'/' . $board['dir'] . $config['dir']['res'] . link_for($thread) . ($thread['thread'] ? '#' . $id : '') .
' for "' . $reason . '"'
);
$query = prepare("INSERT INTO ``reports`` VALUES (NULL, :time, :ip, :board, :post, :reason)");


Cargando…
Cancelar
Guardar