┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
webm008.cluster103.gra.hosting.ovh.net
LOCATION:
/home/paxmediccp/www/plugins-dist/forum/urls
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: generer_url_forum.php
<?php /***************************************************************************\ * SPIP, Système de publication pour l'internet * * * * Copyright © avec tendresse depuis 2001 * * Arnaud Martin, Antoine Pitrou, Philippe Rivière, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribué sous licence GNU/GPL. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) { return; } function urls_generer_url_forum_dist($id_forum, $args = '', $ancre = '') { if ($id_forum = intval($id_forum)) { include_spip('inc/forum'); [$type, $id, ] = racine_forum($id_forum); if ($type) { if (!$ancre) { $ancre = "forum$id_forum"; } return generer_objet_url($id, $type, $args, $ancre, true); } } return ''; }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 generer_url_ecrire_forum.php
PHP
1.1 KB
2026-04-27 15:55
EDIT
📄 generer_url_forum.php
PHP
1021 B
2026-04-27 15:55
EDIT