Skip to content

Commit

Permalink
update dlfp et mouls
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSpy authored Mar 30, 2024
1 parent 65e42a4 commit cc25c56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/boards_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ lo.slip = SLIP_TAGS_RAW; // Protection temporaire
GlobalBoards['comptoir'] = lo;

var dlfp = new Board('dlfp', false);
dlfp.getUrl = 'http://linuxfr.org/board/index.xml';
dlfp.postUrl = 'http://linuxfr.org/board';
dlfp.getUrl = 'https://linuxfr.org/board/index.xml';
dlfp.postUrl = 'https://linuxfr.org/board';
dlfp.postData = "board[message]=%m";
dlfp.alias = "linuxfr,beyrouth,passite,dapassite";
dlfp.cookie = 'linuxfr.org_session=';
Expand Down Expand Up @@ -49,8 +49,8 @@ gabu.slip = SLIP_TAGS_RAW;
GlobalBoards['gabuzomeu'] = gabu;

var moules = new Board('moules', false);
moules.getUrl = 'http://moules.org/board/backend/xml';
moules.postUrl = 'http://moules.org/board/add.php';
moules.getUrl = 'https://moules.org/board/backend/xml';
moules.postUrl = 'https://moules.org/board/add.php';
moules.color = '#ffe3c9';
moules.slip = SLIP_TAGS_RAW;
GlobalBoards['moules'] = moules;
Expand Down

0 comments on commit cc25c56

Please sign in to comment.