uawdijnntqw1x1x1
IP : 216.73.216.20
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
etiennec
/
www
/
b9da6
/
..
/
prive
/
..
/
oldsite
/
ecrire
/
req
/
..
/
exec
/
dater.php
/
/
<?php /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * * Copyright (c) 2001-2011 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ if (!defined('_ECRIRE_INC_VERSION')) return; // http://doc.spip.org/@exec_dater_dist function exec_dater_dist() { exec_dater_args(intval(_request('id')), _request('type')); } // http://doc.spip.org/@exec_dater_args function exec_dater_args($id, $type) { if (!$id OR !autoriser('voir',$type,$id)) { include_spip('inc/minipres'); echo minipres(); } else { $table = table_objet_sql($type); if (!id_table_objet($table)) { spip_log("dater: $type table inconnue"); $type = 'article'; $table = table_objet_sql($type); } $prim = 'id_' . $type; $row = sql_fetsel("*", $table, "$prim=$id"); $statut = $row['statut']; $date = $row[($type!='breve')?"date":"date_heure"]; $date_redac = isset($row["date_redac"]) ? $row["date_redac"] : ''; $script = ($type=='article')? 'articles' : ($type == 'breve' ? 'breves_voir' : 'sites'); $dater = charger_fonction('dater', 'inc'); include_spip('inc/actions'); ajax_retour($dater($id, 'ajax', $statut, $type, $script, $date, $date_redac)); } } ?>
/home/etiennec/www/b9da6/../prive/../oldsite/ecrire/req/../exec/dater.php