ソースを参照

Remove debugging from RSS extension

pull/79/head
Benjamin Southall 7年前
コミット
2abb80ba29
1個のファイルの変更0行の追加1行の削除
  1. +0
    -1
      templates/themes/rss/theme.php

+ 0
- 1
templates/themes/rss/theme.php ファイルの表示

@@ -38,7 +38,6 @@
openBoard($_board['uri']);
if ($settings['show_threads_only'] == 'true'){
if ($action == 'all' || $action == 'post-thread' || $action == 'post-delete')
file_write($config['dir']['home'] . 'debug.xml', $board['dir']);
file_write($config['dir']['home'] . $board['dir'] . $settings['xml'], $this->board_rsspage($settings,$_board));
}
else {


読み込み中…
キャンセル
保存