From aad59158929da6b777dd481abf909cfdf7c5946c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9munaire?= Date: Fri, 20 Jan 2012 20:04:04 +0100 Subject: [PATCH] Add a list of answers for each answered message --- htdocs/index.php | 4 +++- htdocs/list.php | 2 +- htdocs/style.css | 9 +++++++++ paste.class.php | 49 +++++++++++++++++++++++++++++++++++++++++++++--- 4 files changed, 59 insertions(+), 5 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index fec0f92..3c0c951 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -11,6 +11,7 @@ $t) { if (preg_match("#^([a-zA-Z0-9]{".RGXP_NB."})(:([a-zA-Z0-9]{".RGXP_NB."}))?$#", $k, $kout) @@ -36,13 +37,14 @@ foreach ($_GET as $k => $t) echo $paste->get_diff($diff); else echo $paste->get_code(); + echo $paste->show_answers(); ?> Dernières publications +

Dernières publications