From 6d0777840e50ce98f3d96629b4e92bbdccd3001c Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 25 Mar 2012 21:08:29 +0200 Subject: first code that allows you to create pastes and view them --- www/display.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 www/display.php (limited to 'www/display.php') diff --git a/www/display.php b/www/display.php new file mode 100644 index 0000000..5bd06bb --- /dev/null +++ b/www/display.php @@ -0,0 +1,42 @@ + file_get_contents($repoDir . '/.git/description'), + 'files' => $tplFiles, + 'links' => array( + 'edit' => '/' . $id . '/edit' + ) + ) +); +?> -- cgit v1.2.3