From ec66a5c7d17cb1e67ee066f2e9bdaf5bbc9ab614 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 28 Mar 2012 16:59:54 +0200 Subject: preparation for file editing --- www/edit.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www/edit.php (limited to 'www/edit.php') diff --git a/www/edit.php b/www/edit.php new file mode 100644 index 0000000..d86df41 --- /dev/null +++ b/www/edit.php @@ -0,0 +1,17 @@ +loadFromRequest(); + +render( + 'edit', + array( + 'repo' => $repo, + ) +); +?> -- cgit v1.2.3