┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/forum/inc
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: article_accepter_forums_publics.php
<?php if (!defined('_ECRIRE_INC_VERSION')) { return; } /** * Moderation des forums specifique a un article * * @param int $id_objet identifiant de l'article * @return string : "non", "pos"(teriori), "pri"(ori), "abo"(nnement) */ function inc_article_accepter_forums_publics_dist($id_objet) { $accepter_forum = $GLOBALS['meta']['forums_publics']; $art_accepter_forum = sql_getfetsel('accepter_forum', 'spip_articles', [ 'id_article = ' . intval($id_objet) ]); if ($art_accepter_forum) { $accepter_forum = $art_accepter_forum; } return substr($accepter_forum, 0, 3); }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 article_accepter_forums_publics.php
PHP
587 B
2026-04-27 15:55
EDIT
📄 email_notification_forum.php
PHP
3.7 KB
2026-04-27 15:55
EDIT
📄 forum.php
PHP
9 KB
2026-04-27 15:55
EDIT
📄 forum_insert.php
PHP
5 KB
2026-04-27 15:55
EDIT